'Declaration Public Event SearchApplying As System.EventHandler(Of SearchApplyingEventArgs)
public event System.EventHandler<SearchApplyingEventArgs> SearchApplying
Event Data
The event handler receives an argument of type C1.Win.C1FlexGrid.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 | |
Highlight | |
HighlightMode | |
OnlyVisibleColumns | |
OnlyVisibleRows | |
Text |
See Also