IMobileApplicationPublishCallBack.OnEndExport

Fore Syntax

OnEndExport;

Fore.NET Syntax

OnEndExport();

Description

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

Comments

The event that occurs at the beginning of mobile application export 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