ITreeControl.OnFocusedChanging

Syntax

OnFocusedChanging(Sender: Object; Args: ITreeNodeActionEventArgs);

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 OnFocusedChanging event occurs before the focus is passed to another node of the component.

See also:

ITreeControl