IMetabaseCustomForeEvents.Item

Fore Syntax

Item(Index: Integer): IMetabaseCustomForeEvent;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Metabase.MetabaseCustomForeEvent;

Parameters

Index. Index of custom event in the collection.

Description

The Item property returns custom event from the collection by its index.

Comments

To get the number of custom events in the collection, use the IMetabaseCustomForeEvents.Count property.

See also:

IMetabaseCustomForeEvents