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

In This Topic
    Collapsed Event (C1TreeView)
    In This Topic
    Occurs after the tree node is collapsed.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TreeView.Collapsed", "Occurs after the tree node is collapsed.")>
    <C1CategoryAttribute("Behavior")>
    Public Event Collapsed As C1TreeViewEventHandler
    [C1Description("C1TreeView.Collapsed", "Occurs after the tree node is collapsed.")]
    [C1Category("Behavior")]
    public event C1TreeViewEventHandler Collapsed
    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