Click or drag to resize

CheckStateChangedEventArgs Properties

The CheckStateChangedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyItem object, which contains information about the item, where the CheckState has changed.
(Inherited from ItemCheckStateChangedEventArgsT)
Public propertyOldCheckState Contains the CheckState, which the item had before it was changed.
(Inherited from ItemCheckStateChangedEventArgsT)
Top
See Also