ComponentOne TreeView for WinForms
ApplyNodeStyles Event

C1.Win.TreeView Namespace > C1TreeView Class : ApplyNodeStyles Event
Occurs before applying styles to a tree node.
Syntax
'Declaration
 
<C1DescriptionAttribute("ツリーノードにスタイルが適用される前に発生します。")>
<C1CategoryAttribute("動作")>
Public Event ApplyNodeStyles As C1TreeViewNodeStylesEventHandler
[C1Description("ツリーノードにスタイルが適用される前に発生します。")]
[C1Category("動作")]
public event C1TreeViewNodeStylesEventHandler ApplyNodeStyles
Event Data

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

PropertyDescription
Gets the tree node that has been checked, expanded, collapsed, or selected. (Inherited from C1.Win.TreeView.C1TreeViewEventArgs)
Gets the tree node styles of TreeView control.  
See Also