ListView.OnEdited

Syntax

OnEdited(Sender: Object; Args: IListViewEditTextEventArgs);

Parameters

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

Args. The 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