IMetabaseUpdateProgress.OnContext

Fore Syntax

OnContext(Context: IMetabaseUpdateContext);

Fore.NET Syntax

OnContext(Context: Prognoz.Platform.Interop.Metabase.IMetabaseUpdateContext);

Parameters

OnContext. Additional update settings.

Description

The OnContext method implements an event that occurs on update with using of additional settings.

Comments

This event is generated when the update is applied.

Fore and Fore.NET Examples

The method use is given in the example for IMetabaseUpdateContext.RegisterKeyChangeO.

See also:

IMetabaseUpdateProgress