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

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

    Parameters

    e
    See Also