ITreeControl.OnSelectionChanged

Syntax

Sub OnSelectionChanged(Sender: Object; Args: ITreeControlEventArgs);

Begin

//set of operators;

End Sub OnSelectionChanged;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnSelectionChanged event occurs when the selection of the node of the component is changed.

Comments

This event occurs, if the OnSelected or OnUnselected event occurred.

See also:

ITreeControl