ISpecialObjects.SaveMetabaseObjectHandlers

Syntax

SaveMetabaseObjectHandlers: ISaveMetabaseObjectHandlers;

Description

The SaveMetabaseObjectHandlers method returns the collection of handlers of the events that occur on object metadata change.

Comments

Events occur on saving object metadata changes and allow for getting object before and after change. For detailed information about event handler signature see description of the ISaveMetabaseObjectHandler.Class_ property.

Example

The property use is given in the example for ISaveMetabaseObjectHandlers.Add.

See also:

ISpecialObjects