ComponentOne TreeView for WinForms
RaiseApplyNodeCellStyles Method

C1.Win.TreeView Namespace > C1TreeView Class : RaiseApplyNodeCellStyles Method
The node on which event will be raised.
Index of the node column.
Raises the ApplyNodeCellStyles event.
Syntax
'Declaration
 
Public Sub RaiseApplyNodeCellStyles( _
   ByVal node As C1TreeNode, _
   ByVal columnIndex As Integer _
) 
public void RaiseApplyNodeCellStyles( 
   C1TreeNode node,
   int columnIndex
)

Parameters

node
The node on which event will be raised.
columnIndex
Index of the node column.
See Also

Reference

C1TreeView Class
C1TreeView Members