ReportBox.OnBeginInteractiveSelectionChange

Syntax

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

Begin

//set of operators;

End Sub OnBeginInteractiveSelectionChange;

Parameters

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

Args. The 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