ComponentOne FlexGrid for WinForms
BeforeFilter Event

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : BeforeFilter Event
Fires before the column filters are applied to the grid.
Syntax
'Declaration
 
Public Event BeforeFilter As CancelEventHandler
public event CancelEventHandler BeforeFilter
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