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

In This Topic
    ApplyNodeStyles Event (C1TreeView)
    In This Topic
    Occurs before applying styles to a tree node.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TreeView.ApplyNodeStyles", "Occurs before applying styles to a tree node.")>
    <C1CategoryAttribute("Behavior")>
    Public Event ApplyNodeStyles As C1TreeViewNodeStylesEventHandler
    [C1Description("C1TreeView.ApplyNodeStyles", "Occurs before applying styles to a tree node.")]
    [C1Category("Behavior")]
    public event C1TreeViewNodeStylesEventHandler ApplyNodeStyles
    Event Data

    The event handler receives an argument of type C1TreeViewNodeStylesEventArgs containing data related to this event. The following C1TreeViewNodeStylesEventArgs properties provide information specific to this event.

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