IMobileApplicationPublishCallBack.OnStartExportObject

Fore Syntax

OnStartExportObject(ObjectDesc: );

Fore.NET Syntax

OnStartExportObject(ObjectDesc: Prognoz.Platform.Interop.Metabase.);

Parameters

ObjectDesc. Exported object.

Description

The OnStartExportObject method implements an event that occurs at the beginning of mobile application object export.

Comments

An event that occurs after object export is implemented by the IMobileApplicationPublishCallBack.OnEndExportObject method.

Fore and Fore.NET Examples

The method use is given in the example for IMobileApplicationPublishCallBack.OnStartPublish.

See also:

IMobileApplicationPublishCallBack