NodeCheck Event

           

Occurs when the CheckBoxes property equals True and a Node object is checked or unchecked.

Syntax

Event NodeCheck(ByVal Node 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 will not occur when the Node object's Checked property is set to either True or False.