Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
NodeCheck Event
See Also Example Applies To
Occurs when the CheckBoxes property equals True and a Node object is checked or unchecked.
Syntax
Event NodeCheck(ByValNode As ComctlLib.Node)
The NodeCheck event syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to an object in the Applies To list. |
| Node | Returns a reference to the checked Node object. |
Remarks
The event wil not occur when the Node object's Checked property is programmatically set to True or False.
The CheckBoxes property for the TreeView control must be set to True to display check boxes.