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