ComponentOne TreeView for WinForms
ApplyNodeCellStyles Event

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

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.

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