Sub OnInteractiveSelectionChange(Sender: Object; Args: ITabInteractiveSelectionChangeEventArgs);
Begin
//set of operators;
End Sub OnInteractiveSelectionChange;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnInteractiveSelectionChange event occurs when the user drags selected data grid area.
Using properties of argument of this event, the user can analyze where the selected area is moved to, and cancel movement if required.
See also: