Assembly: Metabase;
The IMetabaseCustomEvents interface describes custom events that are handled on working in repository from web service.
IMetabaseCustomEvents
Methods of this interface should be redefined in custom class. In order to process events, the following settings must be selected:
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: