ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / OnTopIndexChange Method

In This Topic
    OnTopIndexChange Method (C1List)
    In This Topic
    Raises the TopIndexChange event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnTopIndexChange( _
       ByVal e As SplitEventArgs _
    ) 
    protected virtual void OnTopIndexChange( 
       SplitEventArgs e
    )

    Parameters

    e
    See Also