LanerResultsBox.OnCopyStatistics

Syntax

OnCopyStatistics(Sender: Object; Args: ILanerResultsBoxCopyEventArgs);

Parameters

Sender. The parameter that returns the component that 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