IMetabaseCustomForeEvents.Clear

Fore Syntax

Clear;

Fore.NET Syntax

Clear();

Description

The Clear method clears collection of custom events.

Comments

To add a custom event to the collection, use the IMetabaseCustomForeEvents.Add method.

Fore and Fore.NET Examples

The method use is given in the example for IMetabaseCustomExtender.Events.

See also:

IMetabaseCustomForeEvents