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

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

    Parameters

    e
    See Also