OnEndExport;
OnEndExport();
The OnEndExport method implements an event that occurs after mobile application export.
The event that occurs at the beginning of mobile application export is implemented by the IMobileApplicationPublishCallBack.OnStartExport method.
The method use is given in the example for IMobileApplicationPublishCallBack.OnStartPublish.
See also: