C1.Win.TreeView Namespace / C1TreeView Class / ApplyNodeStyles Event

ApplyNodeStyles Event (C1TreeView)
Occurs before applying styles to a tree node.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1TreeView.ApplyNodeStyles", "Occurs before applying styles to a tree node.")>
<C1CategoryAttribute("Behavior")>
Public Event ApplyNodeStyles As C1TreeViewNodeStylesEventHandler
 
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