TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / RaiseApplyNodeCellStyles Method
The node on which event will be raised.
Index of the node column.

In This Topic
    RaiseApplyNodeCellStyles Method (C1TreeView)
    In This Topic
    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