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