Assembly: Metabase;
The IMetabaseCustomEvents interface describes custom events that are handled when working in repository from web service.
IMetabaseCustomEvents
Methods of this interface should be redetermined in a custom class. To handle events, determine the following settings:
Set the IMetabaseDefinition.CheckCustomEvents property to True.
Select the MetabaseSpecialObject.MetabaseCustomEvents special object for repository, the unit containing the IMetabaseCustomEvents interface implementation is set as object.
| Method name | Brief description | |
![]() |
OnBeforeLogon | The OnBeforeLogon method implements the event that occurs before repository connection using web service. |
See also: