ReportBox.OnBeginInteractiveSelectionChange

Syntax:

Sub OnBeginInteractiveSelectionChange(Sender: Object; Args: IReportInteractiveSelectionEventArgs);

Begin

//set of operators;

End Sub OnBeginInteractiveSelectionChange;

Fore.NET Syntax

Sub OnBeginInteractiveSelectionChange(Sender: System.Object; Args: Prognoz.Platform.Interop.Report.ReportInteractiveSelectionEventArgs);

Begin

//set of operators;

End Sub OnBeginInteractiveSelectionChange;

Parameters

Sender. A parameter that returns the component that generated the event.

Args. A parameter that enables the user to determine event parameters.

Description

The OnBeginInteractiveSelectionChange event occurs when the user starts dragging selected data grid area.

Comments

The selected area is started to be moved in the following cases:

See also:

ReportBox