Sub OnBeginUserInteractiveSelectionChange(Sender: Object; Args: ITabUserInteractiveSelectionEventArgs);
Begin
//set of operators;
End Sub OnBeginUserInteractiveSelectionChange;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnBeginUserInteractiveSelectionChange event occurs when interactive range starts changing.
See also: