TabUserInteractiveSelectionChangeEventArgs.Create

Fore Syntax

Create(TabSheet: ITabSheetBox; sel: ITabUserInteractiveSelection; Type: TabUserInteractiveSelectionChangeType; [Cancel: Boolean = false]);

Fore.NET Syntax

CreateInteractiveSelectionArgs(TabSheet: Prognoz.Platform.Interop.Tab.TabSheetBox; sel: Prognoz.Platform.Interop.Tab.ITabUserInteractiveSelection; Type: Prognoz.Platform.Interop.Tab.TabUserInteractiveSelectionChangeType; Cancel: Boolean);

Parameters

TabSheet. The component, for which an event is generated.

sel. Interactive cell range.

Type. Allowed options of changing interactive range.

Cancel. Indicates whether interactive range settings are prohibited.

Description

The Create constructor creates an argument of the event that occurs when interactive cell range is changed.

See also:

TabUserInteractiveSelectionChangeEventArgs