Delegate InitSearchEvent
Represents a method that will handle the SearchManager.InitSearch event.
public delegate void InitSearchEvent(object sender, InitSearchEventArgs e)
Parameters
senderobjectThe source of the event.
eInitSearchEventArgsA
InitSearchEventArgsthat contains the event data.