Sub OnEdited(Sender: Object; Args: IListViewEditTextEventArgs);
Begin
//set of operators;
End Sub OnEdited;
Sender. Parameter that returns the component that generated the event.
Args. Parameter that enables the user to determine event parameters.
The OnEdited event occurs on exiting the edit mode of field contents of the current component record.
See also: