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