ITreeControl.OnEditing

Syntax

Sub OnEditing(Sender: Object; Args: ITreeNodeActionEventArgs);

Begin

//set of operators;

End Sub OnEditing;

Parameters

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

The Args parameter allows 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