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