LanerResultsBox.OnCopyStatistics

Syntax

Sub OnCopyStatistics(Sender: Object; Args: ILanerResultsBoxCopyEventArgs);

Begin

//set of operators;

End Sub OnCopyStatistics;

Parameters

Sender. Parameter returning the component that has generated the event.

Args. Parameter allowing to determine event parameters.

Description

The OnCopyStatistics event occurs when you copy data from the Summary Statistics tab on the Calculation Results panel of the LanerResultsBox component.

Comments

The event is called when some data is copied using context menu of the Calculation Results panel or using CTRL+C, CTRL+INS.

Example

This event is used in the example for ILanerResultsBoxCopyEventArgs.Handled.

See also:

LanerResultsBox