TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / MultipleSelectionChanged Event

In This Topic
    MultipleSelectionChanged Event (C1TreeView)
    In This Topic
    Occurs when one or more tree nodes changed the selected state in one action.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1TreeView.MultipleSelectionChanged", "Occurs when one or more tree nodes changed the selected state in one action.")>
    Public Event MultipleSelectionChanged As EventHandler
    [C1Category("Behavior")]
    [C1Description("C1TreeView.MultipleSelectionChanged", "Occurs when one or more tree nodes changed the selected state in one action.")]
    public event EventHandler MultipleSelectionChanged
    See Also