ShellBrowser .Net Edition
OnCheckStateChanged Method (node, oldCheckState)
NamespacesJam.ShellShellTreeViewOnCheckStateChanged(ShellTreeNode, CheckState)
Fires an event if the CheckState of an item has changed.
Declaration Syntax
C#Visual BasicVisual C++
protected internal void OnCheckStateChanged(
	ShellTreeNode node,
	CheckState oldCheckState
)
Protected Friend Sub OnCheckStateChanged ( _
	node As ShellTreeNode, _
	oldCheckState As CheckState _
)
protected public:
void OnCheckStateChanged(
	ShellTreeNode^ node, 
	CheckState oldCheckState
)
Parameters
node (ShellTreeNode)
The item (ShellTreeNode), where the CheckState 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)