Assembly: 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 an object identifier. |
![]() |
Key | The Key property returns the object key. |
![]() |
Name | The Name property determines an object name. |
| Method name | Brief description | |
![]() |
Invoke | The Invoke method invokes a custom event. |
![]() |
InvokeEvent | The InvokeEvent method invokes a custom event on connecting to database server. |
See also: