C1.Win.FlexGrid Namespace / C1FlexGridBase Class / BeforeFilter Event

BeforeFilter Event (C1FlexGridBase)
Fires before the column filters are applied to the grid.
Syntax
'Declaration
 
Public Event BeforeFilter As CancelEventHandler
 
Event Data

The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also