Sub OnEditing(Sender: Object; Args: IListViewActionEventArgs);
Begin
//set of operators;
End Sub OnEditing;
Sender. Parameter that returns the component that generated the event.
Args. The parameter allowing to determine event parameters.
The OnEditing event occurs on switching to edit mode for the current component element.
See also: