FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid 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 _
    ) 
    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