ListView.OnEdited

Syntax

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

Begin

//set of operators;

End Sub OnEdited;

Parameters

Sender. Parameter that returns the component that generated the event.

Args. Parameter that enables the user to determine event parameters.

Description

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

See also:

ListView