IMobileApplicationPublishCallBack.OnEndExport

Fore Syntax

OnEndExport;

Fore.NET Syntax

OnEndExport();

Description

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

Comments

The event that occurs on exporting of the mobile application is implemented by the IMobileApplicationPublishCallBack.OnStartExport method.

Fore and Fore.NET Examples

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

See also:

IMobileApplicationPublishCallBack