Sub OnBeginInteractiveSelectionChange(Sender: Object; Args: IReportInteractiveSelectionEventArgs);
Begin
//set of operators;
End Sub OnBeginInteractiveSelectionChange;
Sender. The parameter that returns the component that 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: