Sub OnCopyStatistics(Sender: Object; Args: ILanerResultsBoxCopyEventArgs);
Begin
//set of operators;
End Sub OnCopyStatistics;
Sender. Parameter returning the component that has generated the event.
Args. Parameter allowing to determine event parameters.
The OnCopyStatistics event occurs when you copy data from the Summary Statistics tab on the Calculation Results panel of the LanerResultsBox component.
The event is called when some data is copied using context menu of the Calculation Results panel or using CTRL+C, CTRL+INS.
This event is used in the example for ILanerResultsBoxCopyEventArgs.Handled.
See also: