IMetabaseCustomForeEvents.FindById

Syntax

FindById(Id: String): IMetabaseCustomForeEvent;

Parameters

Id. Custom event identifier.

Description

The FindById method searches for a custom event in the collection by its identifier.

Comments

To remove a custom event from the collection by its index, use the IMetabaseCustomForeEvents.Remove method.

See also:

IMetabaseCustomForeEvents