IMobileApplicationPublishCallBack.OnEndPublish

Fore Syntax

OnEndPublish;

Fore.NET Syntax

OnEndPublish();

Description

The OnEndPublish method implements an event that occurs after publishing the mobile application.

Comments

An event that occurs on publishing the mobile application is implemented by the IMobileApplicationPublishCallBack.OnStartPublish method.

Fore and Fore.NET Examples

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

See also:

IMobileApplicationPublishCallBack