TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / ApplyNodeCellStyles Event

In This Topic
    ApplyNodeCellStyles Event (C1TreeView)
    In This Topic
    Occurs before applying styles to a cell of tree node.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TreeView.ApplyNodeCellStyles", "Occurs before applying styles to a cell of tree node.")>
    <C1CategoryAttribute("Behavior")>
    Public Event ApplyNodeCellStyles As C1TreeViewNodeCellStylesEventHandler
    [C1Description("C1TreeView.ApplyNodeCellStyles", "Occurs before applying styles to a cell of tree node.")]
    [C1Category("Behavior")]
    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