Click or drag to resize

CheckStateChangedEventArgs Class

The CheckStateChangedEventArgs contains data for the CheckStateChanged event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellItemCheckStateChangedEventArgsShellListBaseItem
      Jam.ShellCheckStateChangedEventArgs

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public class CheckStateChangedEventArgs : ItemCheckStateChangedEventArgs<ShellListBaseItem>

The CheckStateChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodCheckStateChangedEventArgs Initializes a new instance of the CheckStateChangedEventArgs class.
Top
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