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