OnEndExportObject(Result: MobilePublishObjectResult);
OnEndExportObject(Result: Prognoz.Platform.Interop.Mobile.MobilePublishObjectResult);
Result. Object export results.
The OnEndExportObject method implements an event that occurs after exporting the mobile application object.
The event that occurs on exporting the object is implemented by the IMobileApplicationPublishCallBack.OnStartExportObject method.
The method use is given in the example for IMobileApplicationPublishCallBack.OnStartPublish.
See also: