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

In This Topic
    ItemValueChanged Event (C1CheckList)
    In This Topic
    Occurs when the item value changed.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1CheckList.ItemValueChanged", "Occurs when the item value changed.")>
    Public Event ItemValueChanged As EventHandler(Of C1CheckListEventArgs)
    [C1Category("Behavior")]
    [C1Description("C1CheckList.ItemValueChanged", "Occurs when the item value changed.")]
    public event EventHandler<C1CheckListEventArgs> ItemValueChanged
    Event Data

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

    PropertyDescription
    Gets the item of C1CheckList control.  
    See Also