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