C1GridViewFilterEventHandler Delegate
Represents the method that handles the
C1GridView.Filtering event of a
C1GridView control.
'Declaration
Public Delegate Sub C1GridViewFilterEventHandler( _
ByVal As System.Object, _
ByVal As C1GridViewFilterEventArgs _
)
Parameters
- sender
- The source of the event.
- e
- A C1GridViewFilterEventArgs object that contains the event data.