True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / GroupColMoved Event

In This Topic
    GroupColMoved Event (C1TrueDBGrid)
    In This Topic
    Occurs after a column has been moved into or out of the grouping area.
    Syntax
    'Declaration
     
    Public Event GroupColMoved As System.EventHandler(Of GroupColMovedEventArgs)
    public event System.EventHandler<GroupColMovedEventArgs> GroupColMoved
    Event Data

    The event handler receives an argument of type GroupColMovedEventArgs containing data related to this event. The following GroupColMovedEventArgs properties provide information specific to this event.

    PropertyDescription
    Indicates the starting position in the DisplayColumns collection.  
    Gets the C1DisplayColumn that was moved.  
    The C1DataColumn for the column was moved.  
    Indicates the target index of the column that was moved.  
    See Also