TabSheetBox.OnInteractiveSelectionChange

Fore Syntax

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

Begin

//set of operators;

End Sub OnInteractiveSelectionChange;

Fore.NET Syntax

Sub OnInteractiveSelectionChange(sender: System.Object; Args: Prognoz.Platform.Interop.Tab.TabInteractiveSelectionChangeEventArgs);

Begin

//set of operators;

End Sub OnInteractiveSelectionChange;

Parameters

Sender. Parameter returning the component that has generated the event.

Args. Parameter allowing to determine event parameters.

Description

The OnInteractiveSelectionChange event occurs when a user drags selected data grid area.

Comments

Using properties of argument of this event, a user can analyze where the selected area is moved to, and cancel movement if required.

See also:

TabSheetBox