Class ItemCheckedEventArgs
Provides data for the ItemChecked event.
Inheritance
System.Object
ItemCheckedEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class ItemCheckedEventArgs : EventArgs
Constructors
ItemCheckedEventArgs()
Declaration
public ItemCheckedEventArgs()
Properties
Checked
Gets or sets a value that indicates whether the CheckListBoxItem is checked.
Declaration
public bool Checked { get; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the CheckListBoxItem is checked; otherwise, false.The default value is false. |
Item
Gets or sets a selected item of the CheckListBox.
Declaration
public object Item { get; }
Property Value
Type | Description |
---|---|
System.Object | An object that represents the current selection in the control. |