'Declaration
Public Event ApplyItemStyles As C1CheckListItemStylesEventHandler
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 |
---|---|
ItemStyles | Gets the item styles of C1CheckList control. |
See Also