Esempio n. 1
0
 private bool onItemsSubmissionErrorEvent(CatalogServiceEvents.ItemSubmissionErrorEvent evt)
 {
     OnError();
     return(false);
 }
 private void onSubmitItemError(ItemSubmissionOperation operation, HttpResponse response)
 {
     CatalogServiceEvents.ItemSubmissionErrorEvent evt = new CatalogServiceEvents.ItemSubmissionErrorEvent(response);
     Service.Get <EventDispatcher>().DispatchEvent(evt);
 }