IMetabaseCustomForeEvents

Assembly: Metabase;

Description

The IMetabaseCustomForeEvents interface is used to work with a collection of custom events.

Inheritance Hierarchy

          IMetabaseCustomForeEvents

Comments

The IMetabaseCustomExtender.Events property returns the collection of custom events.

Properties

  Property name Brief description
Count

The Count property returns the number of custom events in the collection.
Item

The Item property returns custom event from the collection by its index.

Methods

  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:

Metabase Assembly Interfaces