ITreeControl.OnEditing

Syntax

OnEditing(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 OnEditing event occurs on activating the edit mode of the field contents of the current component record.

See also:

ITreeControl