IMobileApplicationPublishCallBack.OnEndExportObject

Fore Syntax

OnEndExportObject(Result: MobilePublishObjectResult);

Fore.NET Syntax

OnEndExportObject(Result: Prognoz.Platform.Interop.Mobile.MobilePublishObjectResult);

Parameters

Result. Object export results.

Description

The OnEndExportObject method implements an event that occurs after exporting the mobile application object.

Comments

The event that occurs on exporting the object is implemented by the IMobileApplicationPublishCallBack.OnStartExportObject method.

Fore and Fore.NET Examples

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

See also:

IMobileApplicationPublishCallBack