Click or drag to resize

TreeNodeCheckedEventArgs Constructor

Initializes a new instance of the class.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public TreeNodeCheckedEventArgs(
	ShellTreeNode pItem
)

Parameters

pItem  ShellTreeNode
The node that is being checked or unchecked.
See Also