IMetabaseCustomForeEvents.Item

Syntax

Item(Index: Integer): IMetabaseCustomForeEvent;

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