TabEditorEventArgs

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;

Description

The TabEditorEventArgs class implements argument of the event that occurs on editing cell text.

Fore.NET Syntax

Class that is used to get analog of the TabEditorEventArgs class:

None;

Class that is used to get analog of the TabEditorEventArgs class object:

TabEditorEventArgsClass;

Constructors

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

Designers inherited from TabSheetEventArgs

  Constructor name Brief description
The CreateArgs constructor creates argument of the event.

Class object properties inherited from ITabEditorEventArgs

  Property name Brief description
Editor The Editor property returns options of table cell editor.

Class object properties inherited from ITabSheetEventArgs

  Property name Brief description
The TabSheet property returns the component for which the event is generated.

See also:

Tab Assembly Classes