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

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

    Parameters

    e
    See Also