'Declaration
<C1DescriptionAttribute("C1TreeView.Expanded", "Occurs after the tree node is expanded.")> <C1CategoryAttribute("Behavior")> Public Event Expanded As C1TreeViewEventHandler
[C1Description("C1TreeView.Expanded", "Occurs after the tree node is expanded.")] [C1Category("Behavior")] public event C1TreeViewEventHandler Expanded
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.
Property | Description |
---|---|
Node | Gets the tree node that has been checked, expanded, collapsed, or selected. |
See Also