NodeCheckStateChangedEventArgs Constructor |
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic NodeCheckStateChangedEventArgs(
ShellTreeNode node,
CheckState oldCheckState
)
Public Sub New (
node As ShellTreeNode,
oldCheckState As CheckState
)
public:
NodeCheckStateChangedEventArgs(
ShellTreeNode^ node,
CheckState oldCheckState
)
new :
node : ShellTreeNode *
oldCheckState : CheckState -> NodeCheckStateChangedEventArgsParameters
- 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