'Declaration
<C1DescriptionAttribute("C1CheckList.ItemValueChanged", "Occurs when the item value changed.")> <C1CategoryAttribute("Behavior")> Public Event ItemValueChanged As EventHandler(Of C1CheckListEventArgs)
[C1Description("C1CheckList.ItemValueChanged", "Occurs when the item value changed.")] [C1Category("Behavior")] 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.
Property | Description |
---|---|
Item | Gets the item of C1CheckList control. |
See Also