Click or drag to resize

NodeCheckStateChangedEventArgs Constructor

Initializes a new instance of the NodeCheckStateChangedEventArgs class.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public NodeCheckStateChangedEventArgs(
	ShellTreeNode node,
	CheckState oldCheckState
)

Parameters

node
Type: Jam.ShellShellTreeNode
ShellTreeNode object, which contains information about the item, where the CheckState has changed.
oldCheckState
Type: Jam.ShellCheckState
Contains the CheckState, which the item had before it was changed.
See Also