Report > Report Assembly Classes > ReportBox > ReportBox.OnBeginInteractiveSelectionChange
OnBeginInteractiveSelectionChange(Sender: Object; Args: IReportInteractiveSelectionEventArgs);
Sender. Parameter that returns the component that has generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnBeginInteractiveSelectionChange event occurs when the user starts dragging selected data grid area.
The selected area is started to be moved in the following cases:
Selected cell range started moving.
Range autofill started based on data of another range.
See also: