ReportBox.OnInteractiveSelectionChange

Syntax

Sub OnInteractiveSelectionChange(Sender: Object; Args: IReportInteractiveSelectionChangeEventArgs);

Begin

//set of operators;

End Sub OnInteractiveSelectionChange;

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 OnInteractiveSelectionChange event occurs when the user drags selected data grid area.

Comments

Properties of event's argument enable the user to analyze movement direction and target position, and to cancel movement if necessary.

See also:

ReportBox