FindByKey(Key: Integer): IMetabaseCustomForeEvent;
FindByKey(Key: uinteger): Prognoz.Platform.Interop.Metabase.MetabaseCustomForeEvent;
Key. Custom event key.
The FindByKey method searches the custom event in the collection by its key.
To delete the custom event from collection by its key, use the IMetabaseCustomForeEvents.RemoveByKey method.
The method use is given in the example for IMetabaseCustomExtender.Events.
See also: