TabSheetBox.OnBeginInteractiveSelectionChange

Syntax

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

Begin

//set of operators;

End Sub OnBeginInteractiveSelectionChange;

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 OnBeginInteractiveSelectionChange event occurs when the user starts dragging selected data grid area.

Comments

Selected area starts moving in the following cases:

See also:

TabSheetBox