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

In This Topic
    SelectionChanged Event (C1TreeView)
    In This Topic
    Occurs when tree node changed the selected state.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1TreeView.SelectionChanged", "Occurs when tree node changed the selected state.")>
    Public Event SelectionChanged As C1TreeViewEventHandler
    [C1Category("Behavior")]
    [C1Description("C1TreeView.SelectionChanged", "Occurs when tree node changed the selected state.")]
    public event C1TreeViewEventHandler SelectionChanged
    Event Data

    The event handler receives an argument of type C1TreeViewEventArgs containing data related to this event. The following C1TreeViewEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the tree node that has been checked, expanded, collapsed, or selected.  
    See Also