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

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

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

    PropertyDescription
    Gets or sets a value indicating whether the drag operation should be canceled.  
    Gets the column that is being sorted.  
    Gets or sets a value indicating whether the drag operation has been handled by the event handler.  
    Gets or sets a C1.Win.FlexGrid.SortFlags value that determines the sorting order.  
    See Also