Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IMetabaseCustomForeEvent interface is used to work with a custom event.
IMetabaseCustomForeEvent
Custom event can be obtained using properties and methods of the IMetabaseCustomForeEvents interface.
| Property name | Brief description | |
| Id | The Id property determines the object's identifier. | |
| Key | The Key property returns the object key. | |
| Name | The Name property determines the name of the object. |
| Method name | Brief description | |
| The Invoke method invokes a custom event. | ||
| The InvokeEvent method invokes a custom event on connecting to database server. |
See also: