ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckList Class / ApplyItemStyles Event

In This Topic
    ApplyItemStyles Event
    In This Topic
    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