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