TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / OnMultipleSelectionChanged Method

In This Topic
    OnMultipleSelectionChanged Method (C1TreeView)
    In This Topic
    Fires the MultipleSelectionChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnMultipleSelectionChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnMultipleSelectionChanged( 
       EventArgs e
    )

    Parameters

    e
    See Also