TabEditorEventArgs.CreateEditorArgs

Fore Syntax

CreateEditorArgs(TabSheet: ITabSheetBox; Editor: ITabEditor);

Fore.NET Syntax

CreateEditorArgs(TabSheet: Prognoz.Platform.Interop.Tab.TabSheetBox; Editor: Prognoz.Platform.Interop.Tab.ITabEditor);

Parameters

TabSheet. The component, for which event is generated.

Editor. Cell editor options.

Description

The CreateEditorArgs constructor creates argument of the event that occurs on cell text editing.

See also:

TabEditorEventArgs