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