ComponentOne FlexGrid for WinForms
DragRowColEventHandler Delegate

C1.Win.C1FlexGrid Namespace : DragRowColEventHandler Delegate
Object that fired the event.
DragRowColEventArgs object that contains the event data.
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 _
) 
public delegate void DragRowColEventHandler( 
   object sender,
   DragRowColEventArgs e
)

Parameters

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

Reference

DragRowColEventHandler Members
C1.Win.C1FlexGrid Namespace