WinForms › Checked Image List Box › CheckedImageListBoxItemCheckStateChangedEventArgs
CheckedImageListBoxItemCheckStateChangedEventArgs
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ListControls
Class ItemCheckStateChangedEventArgs. This class is used to package information about an item whose state has changed.
public sealed class CheckedImageListBoxItemCheckStateChangedEventArgs : EventArgs
Inherits from / implements: EventArgs
Members at a glance
CheckedImageListBoxItem | Gets or sets the item instance whose check-state was changed by the user. |
NewCheckState | Gets or sets a value indicating the new check-state of the item. |
OldCheckState | Gets or sets a value indicating the old check-state of the item. |
Properties
CheckedImageListBoxItem
public CheckedImageListBoxItem CheckedImageListBoxItem
Gets or sets the item instance whose check-state was changed by the user.
NewCheckState
public bool? NewCheckState
Gets or sets a value indicating the new check-state of the item.
OldCheckState
public bool? OldCheckState
Gets or sets a value indicating the old check-state of the item.