TabSheetBox.OnBeginInteractiveSelectionChange

Fore Syntax

Sub OnBeginInteractiveSelectionChange(Sender: Object; Args: ITabInteractiveSelectionEventArgs);

Begin

//set of operators;

End Sub OnBeginInteractiveSelectionChange;

Fore.NET Syntax

Sub OnBeginInteractiveSelectionChange(sender: System.Object; Args: Prognoz.Platform.Interop.Tab.TabInteractiveSelectionEventArgs);

Begin

//set of operators;

End Sub OnBeginInteractiveSelectionChange;

Parameters

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

Args. Parameter allowing to determine event parameters.

Description

The OnBeginInteractiveSelectionChange event occurs when a user starts dragging selected data grid area.

Comments

Selected area starts moving in the following cases:

See also:

TabSheetBox