ITreeControl.OnEdited

Syntax

Sub OnEdited(Sender: Object; Args: ITreeNodeEditEventArgs);

Begin

//set of operators;

End Sub OnEdited;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnEdited event occurs on exiting the edit mode of field contents of the current component record.

Comments

This event occurs, only if the OnEditing event has occurred.

See also:

ITreeControl