True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / OnLeftColChange Method

In This Topic
    OnLeftColChange Method (Frame)
    In This Topic
    Raised when the left column has changed.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnLeftColChange( _
       ByVal e As SplitEventArgs _
    ) 
    protected virtual void OnLeftColChange( 
       SplitEventArgs e
    )

    Parameters

    e
    See Also