MetabaseCustomForeEvent.Create

Fore Syntax

Create(Id: String);

Fore.NET Syntax

Create(Id: string);

Parameters

Id. Custom event identifier.

Description

The Create constructor creates a custom event.

Comments

To call starting of custom event, use the IMetabaseCustomForeEvent.Invoke method.

See also:

MetabaseCustomForeEvent