ITabObjectChangeEventArgs.Type

Syntax

Type: TabObjectChangeType;

Description

The Type property returns type of change on an object.

Comments

To get the changed object, use the ITabObjectChangeEventArgs.Object property.

Example

The property use is given in the example for TabSheetBox.OnAfterObjectChange.

See also:

ITabObjectChangeEventArgs