True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / C1TrueDBGrid Class / ColMove Event

In This Topic
    ColMove Event (C1TrueDBGrid)
    In This Topic
    Occurs whenever the user has finished moving a column.
    Syntax
    'Declaration
     
    Public Event ColMove As ColMoveEventHandler
    public event ColMoveEventHandler ColMove
    Event Data

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

    PropertyDescription
    Gets or sets a value indicating that the action should not be performed.  
    Indicates the starting position in the DisplayColumns collection.  
    Gets the C1DisplayColumn that is being moved.  
    Indicates the target index of the column being moved.  
    See Also