ComponentOne FlexPivot for WinForms
ApplyItemStyles Event

C1.Win.Input.MultiSelect.4 Assembly > C1.Win.Input Namespace > C1CheckList Class : ApplyItemStyles Event
Occurs before applying styles to a list item.
Syntax
'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.

PropertyDescription
Gets the item styles of C1CheckList control.  
See Also