ITabObjectChangeEventArgs.Type

Fore Syntax

Type: TabObjectChangeType;

Fore.NET Syntax

Type: Prognoz.Platform.Interop.Tab.TabObjectChangeType;

Description

The Type property returns type of change on an object.

Comments

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

Fore and Fore.NET Examples

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

See also:

ITabObjectChangeEventArgs