'Declaration
<C1CategoryAttribute("Behavior")> <C1DescriptionAttribute("C1TreeView.ApplyNodeStyles", "Occurs before applying styles to a tree node.")> Public Event ApplyNodeStyles As C1TreeViewNodeStylesEventHandler
[C1Category("Behavior")] [C1Description("C1TreeView.ApplyNodeStyles", "Occurs before applying styles to a tree node.")] 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.
Property | Description |
---|---|
Node | Gets the tree node that has been checked, expanded, collapsed, or selected. (Inherited from C1.Win.TreeView.C1TreeViewEventArgs) |
NodeStyles | Gets the tree node styles of TreeView control. |
See Also