'Declaration
<C1DescriptionAttribute("C1TreeView.ApplyItemStyles", "Occurs before applying styles to a list item.")> <C1CategoryAttribute("Behavior")> Public Event ApplyItemStyles As C1CheckListItemStylesEventHandler
[C1Description("C1TreeView.ApplyItemStyles", "Occurs before applying styles to a list item.")] [C1Category("Behavior")] 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.
Property | Description |
---|---|
Item | Gets the item of C1CheckList control. |
ItemStyles | Gets the item styles of C1CheckList control. |
See Also