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 on exporting the mobile application object.

Comments

An event that occurs after exporting the object 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