C1GridViewRowEventHandler Delegate
Represents the method that will handle the
C1GridView.RowCreated and
C1GridView.RowDataBound events of the
C1GridView
'Declaration
Public Delegate Sub C1GridViewRowEventHandler( _
ByVal As System.Object, _
ByVal As C1GridViewRowEventArgs _
)
Parameters
- sender
- The source of the event.
- e
- A C1GridViewRowEventArgs object that contains the event data.