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