IMetabaseCustomForeEvents.Add

Fore Syntax

Add(Id: String): IMetabaseCustomForeEvent;

Fore.NET Syntax

Add(Id: String): Prognoz.Platform.Interop.Metabase.MetabaseCustomForeEvent;

Parameters

Id. Custom event identifier.

Description

The Add method adds a new custom event to the collection.

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