C1.Win.C1FlexGrid Namespace / RowColEventHandler Delegate
Object that fired the event.
RowColEventArgs object that contains the event data.

In This Topic
RowColEventHandler Delegate
In This Topic
Syntax
'Declaration
 
Public Delegate Sub RowColEventHandler( _
   ByVal sender As Object, _
   ByVal e As RowColEventArgs _
) 
 

Parameters

sender
Object that fired the event.
e
RowColEventArgs object that contains the event data.
See Also