ITreeControl.OnChecking

Syntax

Sub OnChecking(Sender: Object; Args: ITreeNodeCheckingEventArgs);

Begin

//set of operators;

End Sub OnChecking;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter allows to determine event parameters.

Description

The OnChecking event occurs before the flag state of the element is changed.

Comments

This event occurs, if the CheckBoxes property is set to True.

See also:

ITreeControl