ShellBrowser .Net Edition
NodeCheckStateChangedEventArgs Constructor (node, oldCheckState)
NamespacesJam.ShellNodeCheckStateChangedEventArgsNodeCheckStateChangedEventArgs(ShellTreeNode, CheckState)
Initializes a new instance of the NodeCheckStateChangedEventArgs class.
Declaration Syntax
C#Visual BasicVisual C++
public NodeCheckStateChangedEventArgs(
	ShellTreeNode node,
	CheckState oldCheckState
)
Public Sub New ( _
	node As ShellTreeNode, _
	oldCheckState As CheckState _
)
public:
NodeCheckStateChangedEventArgs(
	ShellTreeNode^ node, 
	CheckState oldCheckState
)
Parameters
node (ShellTreeNode)
ShellTreeNode object, which contains information about the item, where the CheckState has changed.
oldCheckState (CheckState)
Contains the CheckState, which the item had before it was changed.
See Also

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)