Would like to subscribe to events for the Edit tab Discard and Save changes buttons in ArcPro.
EditCompletedEvent.Subscribe(args =>{OnEditCompleted(args);
return Task.FromResult(0);});private void OnEditCompleted(EditCompletedEventArgs args){if (args.CompletedType == EditCompletedType.Save){}else if (args.CompletedType == EditCompletedType.Discard){}}
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.