C1.Win.C1FlexGrid Namespace / DragRowColEventHandler Delegate
Object that fired the event.
DragRowColEventArgs object that contains the event data.

In This Topic
DragRowColEventHandler Delegate
In This Topic
Represents the method that will handle the BeforeDragColumn, C1FlexGridBase.BeforeDragRow, AfterDragColumn and C1FlexGridBase.AfterDragRow events.
Syntax
'Declaration
 
Public Delegate Sub DragRowColEventHandler( _
   ByVal sender As Object, _
   ByVal e As DragRowColEventArgs _
) 
 

Parameters

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