IMetabaseCustomForeEvent.Invoke

Fore Syntax

Invoke;

Fore.NET Syntax

Invoke(Context: IForeRuntimeContext);

Parameters

Context. The repository context where event is generated.

Description

The Invoke method invokes a custom event.

Comments

On writing the code on Fore.NET language and on working in current repository, the Null value can be sent for the Context parameter.

Fore and Fore.NET Examples

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

See also:

IMetabaseCustomForeEvent