TabInteractiveSelectionChangeEventArgs.Create

Fore Syntax

Create(TabSheet: ITabSheetBox; Range: ITabRange; Type: TabInteractiveSelectionType; Cancel: Boolean);

Fore.NET Syntax

Create(TabSheet: Prognoz.Platform.Interop.Tab.TabSheetBox; Range: Prognoz.Platform.Interop.Tab.ITabRange; Type: Prognoz.Platform.Interop.Tab.TabInteractiveSelectionType; Cancel: Boolean);

Parameters

TabSheet. The component for which the event is generated.

Range. The cell range for which the event is generated.

Type. Cell movement type.

Cancel. Indicates movement availability.

Description

The Create constructor creates an argument of the event that occurs at moving selected cell area.

See also:

TabInteractiveSelectionChangeEventArgs