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

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

    Parameters

    e
    Remarks
    Deprecated. Please use OnSelectionChanging instead.
    See Also