Sub OnDeletion(Sender: Object; Args: IListViewItemEventArgs);
Begin
//set of operators;
End Sub OnDeletion;
Sender. Parameter that returns the component that generated the event.
Args. The parameter allowing to determine event parameters.
The OnDeletion event occurs on removing an element from the component.
See also: