IMobileApplicationPublishCallBack.OnStartExport

Fore Syntax

OnStartExport(ObjectCount: Integer);

Fore.NET Syntax

OnStartExport(ObjectCount: integer);

Parameters

ObjectCount. Number of exported objects.

Description

The OnStartExport method implements an event that occurs at the beginning of mobile application export.

Comments

The event that occurs after mobile application export is implemented by the IMobileApplicationPublishCallBack.OnEndExport method.

Fore and Fore.NET Examples

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

See also:

IMobileApplicationPublishCallBack