TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckList Class / ApplyItemStyles Event

In This Topic
    ApplyItemStyles Event (C1CheckList)
    In This Topic
    Occurs before applying styles to a list item.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1TreeView.ApplyItemStyles", "Occurs before applying styles to a list item.")>
    Public Event ApplyItemStyles As C1CheckListItemStylesEventHandler
    [C1Category("Behavior")]
    [C1Description("C1TreeView.ApplyItemStyles", "Occurs before applying styles to a list item.")]
    public event C1CheckListItemStylesEventHandler ApplyItemStyles
    Event Data

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

    PropertyDescription
    Gets the item of C1CheckList control.  
    Gets the item styles of C1CheckList control.  
    See Also