IMetabaseCustomEvents

Assembly: Metabase;

Description

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

Inheritance Hierarchy

IMetabaseCustomEvents

Comments

Methods of this interface should be redefined in custom class. In order to process events, the following settings must be selected:

  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