Click or drag to resize

ItemCheckStateChangedEventArgsT Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellItemCheckStateChangedEventArgsT
      Jam.ShellCheckStateChangedEventArgs
      Jam.ShellNodeCheckStateChangedEventArgs

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public class ItemCheckStateChangedEventArgs<T> : EventArgs
where T : class

Type Parameters

T
Item type the checkstate event is issued, e.g. ShellListItem, ShellTreeNode

The ItemCheckStateChangedEventArgsT type exposes the following members.

Constructors
  NameDescription
Public methodItemCheckStateChangedEventArgsT
Initializes a new instance of the ItemCheckStateChangedEventArgsT class.
Top
Properties
  NameDescription
Public propertyItem
object, which contains information about the item, where the CheckState has changed.
Public propertyOldCheckState
Contains the CheckState, which the item had before it was changed.
Top
See Also