Click or drag to resize

TreeNodeCheckedEventArgs Class

Provides data for the NodeChecked event of the ShellTreeView.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellItemCheckedEventArgsGenShellTreeNode
      Jam.ShellTreeNodeCheckedEventArgs

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public class TreeNodeCheckedEventArgs : ItemCheckedEventArgsGen<ShellTreeNode>

The TreeNodeCheckedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodTreeNodeCheckedEventArgsInitializes a new instance of the class.
Top
Properties
 NameDescription
Public propertyItemGets the item whose checked state has changed.
(Inherited from ItemCheckedEventArgsGenT)
Top
See Also