TabObjectChangeEventArgs

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;

Description

The TabObjectChangeEventArgs class is used to work with parameters of the events that occur on changing an object in the TabSheetBox component.

Comments

The following events occur on changing the object:

Fore.NET Syntax

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

None;

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

TabObjectChangeEventArgsClass;

Constructors

  Constructor name Brief description
CreateObjectChangeArgs The CreateObjectChangeArgs constructor creates an argument of the event that occurs on changing an object

Class object properties inherited from ITabObjectChangeEventArgs

  Property name Brief description
The Object property returns a changed object.
The Type property returns a type of change that occurs with an object.

Class object properties inherited from ITabObjectEventArgs

  Property name Brief description
Action The Action property returns the type of the action, performed with the table object.
Object The Object property returns the object, with which the action has been performed.

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