'Declaration Public Event SearchAction As EventHandler(Of SearchActionEventArgs)
public event EventHandler<SearchActionEventArgs> SearchAction
Event Data
The event handler receives an argument of type SearchActionEventArgs containing data related to this event. The following SearchActionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Action | Gets a value indicating which action has occurred. |
Handled | Gets or sets whether the event has been processed. |
See Also