ListView.OnEditing

Syntax

OnEditing(Sender: Object; Args: IListViewActionEventArgs);

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 OnEditing event occurs on switching to the edit mode for the current component element.

See also:

ListView