TabSheetBox.OnInteractiveSelectionChange

Syntax

Sub OnInteractiveSelectionChange(Sender: Object; Args: ITabInteractiveSelectionChangeEventArgs);

Begin

//set of operators;

End Sub OnInteractiveSelectionChange;

Parameters

Sender. The parameter that returns the component that 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

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:

TabSheetBox