C1.Win.FlexGrid Namespace / C1FlexGridBase Class / OnBeforeFilter Method
System.ComponentModel.CancelEventArgs that contains the event data.

In This Topic
OnBeforeFilter Method (C1FlexGridBase)
In This Topic
Raises the BeforeFilter event.
Syntax
'Declaration
 
Protected Overridable Sub OnBeforeFilter( _
   ByVal e As CancelEventArgs _
) 
 

Parameters

e
System.ComponentModel.CancelEventArgs that contains the event data.
See Also