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