Delegate GetSearchEvent
Represents a method that will handle the SearchManager.GetSearch event.
public delegate void GetSearchEvent(object sender, GetSearchEventArgs e)
Parameters
senderobjectThe source of the event.
eGetSearchEventArgsA
GetSearchEventArgsthat contains the event data.