ComponentOne TreeView for WinForms
NodeEnabledChanged Event

C1.Win.TreeView Namespace > C1TreeView Class : NodeEnabledChanged Event
Occurs after the tree node changed the enabled state.
Syntax
'Declaration
 
<C1DescriptionAttribute("ツリーノードの有効化状態が変更された後に発生します。")>
<C1CategoryAttribute("動作")>
Public Event NodeEnabledChanged As C1TreeViewEventHandler
[C1Description("ツリーノードの有効化状態が変更された後に発生します。")]
[C1Category("動作")]
public event C1TreeViewEventHandler NodeEnabledChanged
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