Metabase > Metabase Assembly Interfaces > IMetabaseCustomForeEvents
Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IMetabaseCustomForeEvents interface is used to work with collection of custom events.
IMetabaseCustomForeEvents
The IMetabaseCustomExtender.Events property returns the collection of custom events.
Property name | Brief description | |
![]() |
The Count property returns the number of custom events in the collection. | |
![]() |
The Item property returns custom event from the collection by its index. |
Method name | Brief description | |
![]() |
Add | The Add method adds a new custom event to the collection. |
![]() |
Clear | The Clear method clears collection of custom events. |
![]() |
FindById | The FindById method searches for a custom event in collection by its identifier. |
![]() |
FindByKey | The FindByKey method searches for a custom event in collection by its key. |
![]() |
FindByName | The FindByName method searches for a custom event in collection by its name. |
![]() |
Remove | The Remove method removes a custom event from collection by its index. |
![]() |
RemoveByKey | The RemoveByKey method removes a custom event from collection by its key. |
See also: