ShellTreeViewOnCheckStateChanged Method |
Fires an event if the
CheckState of an item has changed.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected void OnCheckStateChanged(
ShellTreeNode node,
CheckState oldCheckState
)
Protected Sub OnCheckStateChanged (
node As ShellTreeNode,
oldCheckState As CheckState
)
protected:
void OnCheckStateChanged(
ShellTreeNode^ node,
CheckState oldCheckState
)
member OnCheckStateChanged :
node : ShellTreeNode *
oldCheckState : CheckState -> unit 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