True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBDropdown Class / LeftColChange Event

In This Topic
    LeftColChange Event (C1TrueDBDropdown)
    In This Topic
    Occurs when the first visible column of a grid or split is changed.
    Syntax
    'Declaration
     
    Public Event LeftColChange As SplitEventHandler
    public event SplitEventHandler LeftColChange
    Event Data

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

    PropertyDescription
    Indicates the position of the Split in the Splits collection.  
    See Also