'Declaration Public Event SearchApplying As EventHandler(Of SearchApplyingEventArgs)
public event EventHandler<SearchApplyingEventArgs> SearchApplying
Event Data
The event handler receives an argument of type C1.Win.FlexGrid.SearchApplyingEventArgs containing data related to this event. The following SearchApplyingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
Filter | Gets whether the search results are filtered. |
Highlight | Gets whether the search results are highlighted. |
OnlyVisibleColumns | Gets whether to search only in visible columns. |
OnlyVisibleRows | Gets whether to search only in visible rows. |
Text | Gets the words to search. |
See Also