Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Usage
'Usage
Dim instance As ICustomerSearch
Dim handler As EventHandler(Of SearchResultEventArgs)
AddHandler instance.CustomerSearchResult, handler
Syntax
'Declaration
<ObsoleteAttribute("The event has been deprecated. Use the OpenSession method on IDesktopUserActions to open a new session.", False)> _
Event CustomerSearchResult As EventHandler(Of SearchResultEventArgs)
[ObsoleteAttribute("The event has been deprecated. Use the OpenSession method on IDesktopUserActions to open a new session.", false)]
event EventHandler<SearchResultEventArgs> CustomerSearchResult
[ObsoleteAttribute(L"The event has been deprecated. Use the OpenSession method on IDesktopUserActions to open a new session.", false)]
event EventHandler<SearchResultEventArgs^>^ CustomerSearchResult {
void add (EventHandler<SearchResultEventArgs^>^ value);
void remove (EventHandler<SearchResultEventArgs^>^ value);
}
/** @event */
void add_CustomerSearchResult (EventHandler<SearchResultEventArgs> value)
/** @event */
void remove_CustomerSearchResult (EventHandler<SearchResultEventArgs> value)
Platforms
See Also
Reference
ICustomerSearch Interface
ICustomerSearch Members
Microsoft.Uii.Desktop.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.