ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / DraggingRow Event

In This Topic
    DraggingRow Event (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Event DraggingRow As C1.Win.FlexGrid.DragRowColEventHandler
    public event C1.Win.FlexGrid.DragRowColEventHandler DraggingRow
    Event Data

    The event handler receives an argument of type C1.Win.FlexGrid.DragRowColEventArgs containing data related to this event. The following DragRowColEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets a value indicating whether the drag operation should be canceled.  
    Gets the original index of the column that was dragged by the user.  
    Gets the new index of the column or row that was dragged by the user.  
    Gets the original index of the row that was dragged by the user.  
    See Also