Show contents 

Report > Report Assembly Classes > ReportBox > ReportBox.OnInteractiveSelectionChange

ReportBox.OnInteractiveSelectionChange

Syntax

OnInteractiveSelectionChange(Sender: Object; Args: IReportInteractiveSelectionChangeEventArgs);

Parameters

Sender. Parameter that returns the component that has 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