Click or drag to resize

NodeCheckStateChangedEventArgs Class

The NodeCheckStateChangedEventArgs contains data for the CheckStateChanged event.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Jam.Shell.ItemCheckStateChangedEventArgs<ShellTreeNode>
      Jam.Shell.NodeCheckStateChangedEventArgs

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

The NodeCheckStateChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodNodeCheckStateChangedEventArgs
Initializes a new instance of the NodeCheckStateChangedEventArgs class.
Top
Properties
See Also