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

In This Topic
    OnSelChange Method (Frame)
    In This Topic
    Raised when a selection has changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnSelChange( _
       ByVal e As CancelEventArgs _
    ) 
    protected virtual void OnSelChange( 
       CancelEventArgs e
    )

    Parameters

    e
    See Also