IMetabaseCustomForeEvents.FindByName

Fore Syntax

FindByName(Name: String): IMetabaseCustomForeEvent;

Fore.NET Syntax

FindByName(Name: String): Prognoz.Platform.Interop.Metabase.MetabaseCustomForeEvent;

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.

Fore and Fore.NET Examples

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

See also:

IMetabaseCustomForeEvents