ITabObjectChangeEventArgs

Assembly: Tab;

Description

The ITabObjectChangeEventArgs interface is used to work with parameters of events that occur on changing an object in the TabSheetBoxcomponent .

Inheritance Hierarchy

          IEventArgs

          ITabSheetEventArgs

          ITabObjectEventArgs

          ITabObjectChangeEventArgs

Comments

The following events occur on changing the object:

Properties

  Property name Brief description
Object

The Object property returns a changed object.
Type

The Type property returns a type of change that occurs with an 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.

Properties inherited from ITabSheetEventArgs

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

See also:

Tab Assembly Interfaces