| C1.Win.TreeView Namespace > C1TreeView Class : ApplyNodeCellStyles Event |
'Declaration<C1CategoryAttribute("Behavior")> <C1DescriptionAttribute("Occurs before applying styles to a cell of tree node.")> Public Event ApplyNodeCellStyles As C1TreeViewNodeCellStylesEventHandler
'UsageDim instance As C1TreeView Dim handler As C1TreeViewNodeCellStylesEventHandler AddHandler instance.ApplyNodeCellStyles, handler
[C1Category("Behavior")] [C1Description("Occurs before applying styles to a cell of tree node.")] public event C1TreeViewNodeCellStylesEventHandler ApplyNodeCellStyles
[C1Category("Behavior")] [C1Description("Occurs before applying styles to a cell of tree node.")] public: event C1TreeViewNodeCellStylesEventHandler^ ApplyNodeCellStyles
The event handler receives an argument of type C1TreeViewNodeCellStylesEventArgs containing data related to this event. The following C1TreeViewNodeCellStylesEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ColumnIndex | Gets the tree column index of TreeView control. (Inherited from C1.Win.TreeView.C1TreeViewNodeCellEventArgs) |
| Node | Gets the tree node that has been checked, expanded, collapsed, or selected. (Inherited from C1.Win.TreeView.C1TreeViewEventArgs) |
| NodeCellStyles | Gets the cell of tree node styles of TreeView control. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2