IMetabaseCustomForeEvents.FindByName

Syntax

FindByName(Name: String): IMetabaseCustomForeEvent;

Parameters

Name. Custom event name.

Description

The FindByName method searches for a custom event in the collection by its name.

Comments

To clear the collection of custom events, use the IMetabaseCustomForeEvents.Clear method.

Example

The method use is given in the example for IMetabaseCustomExtender.Events.

See also:

IMetabaseCustomForeEvents