C1GridViewSortEventHandler Delegate
Represents the method that will handle the
C1GridView.Sorting event of the
C1GridView control.
'Declaration
Public Delegate Sub C1GridViewSortEventHandler( _
ByVal As System.Object, _
ByVal As C1GridViewSortEventArgs _
)
Parameters
- sender
- The source of the event.
- e
- A C1GridViewSortEventArgs object that contains the event data.