IMetabaseCustomEvents

Assembly: Metabase;

Description

The IMetabaseCustomEvents interface describes custom events that are handled when working in repository from web service.

Inheritance Hierarchy

IMetabaseCustomEvents

Comments

Methods of this interface should be redetermined in a custom class. To handle events, determine the following settings:

  1. Set the IMetabaseDefinition.CheckCustomEvents property to True.

  2. Select the MetabaseSpecialObject.MetabaseCustomEvents special object for repository, the unit containing the IMetabaseCustomEvents interface implementation is set as object.

Methods

  Method name Brief description
OnBeforeLogon The OnBeforeLogon method implements the event that occurs before repository connection using web service.

See also:

Metabase Assembly Interfaces