ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / OnSplitChange Method

In This Topic
    OnSplitChange Method (C1ListBase)
    In This Topic
    Raises the SplitChange event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnSplitChange( _
       ByVal e As EventArgs _
    ) 
    protected override void OnSplitChange( 
       EventArgs e
    )

    Parameters

    e
    See Also