Initializes a new instance of the NodeCheckStateChangedEventArgs class.
| C# | Visual Basic | Visual C++ |
public NodeCheckStateChangedEventArgs( ShellTreeNode node, CheckState oldCheckState )
Public Sub New ( _ node As ShellTreeNode, _ oldCheckState As CheckState _ )
public: NodeCheckStateChangedEventArgs( ShellTreeNode^ node, CheckState oldCheckState )
- 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.