ITreeControl.OnFocusedChanged

Syntax

OnFocusedChanged(Sender: Object; Args: ITreeControlEventArgs);

Parameters

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

Args. The parameter that enables the user to determine event parameters.

Description

the OnFocusedChanged event occurs after the focus is passed to another node of the component.

See also:

ITreeControl