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