Add(Id: String): IMetabaseCustomForeEvent;
Add(Id: String): Prognoz.Platform.Interop.Metabase.MetabaseCustomForeEvent;
Id. Custom event identifier.
The Add method adds a new custom event to the collection.
To clear the collection of custom events, use the IMetabaseCustomForeEvents.Clear method.
The method use is given in the example for IMetabaseCustomExtender.Events.
See also: