ICustomerSearch.CustomerSearchResult Event

Definition

Caution

The event has been deprecated. Use the OpenSession method on IDesktopUserActions to open a new session.

Raised by the search control to indicate a search has been completed. This event is consumed by the core Desktop system and is used to start a new session in the integrated agent desktop.

public:
 event EventHandler<Microsoft::Uii::Desktop::Core::SearchResultEventArgs ^> ^ CustomerSearchResult;
[System.Obsolete("The event has been deprecated. Use the OpenSession method on IDesktopUserActions to open a new session.", false)]
event EventHandler<Microsoft.Uii.Desktop.Core.SearchResultEventArgs> CustomerSearchResult;
[<System.Obsolete("The event has been deprecated. Use the OpenSession method on IDesktopUserActions to open a new session.", false)>]
member this.CustomerSearchResult : EventHandler<Microsoft.Uii.Desktop.Core.SearchResultEventArgs> 
Event CustomerSearchResult As EventHandler(Of SearchResultEventArgs) 

Event Type

Attributes

Applies to