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