Visual Basic: Windows Controls

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.