I am trying to listen for events while using AttachmentInspector:
1) When an attachment has finished being added/uploaded
2) When an attachment has been deleted
Unless I am mistaken, the AttachmentInspector does not seem to dispatch AttachmentEvents like using featureLayer.addAttachment() would. I managed to find a reference to the (undocumented by the way) com.esri.ags.components.supportClasses.AttachmentRemoveEvent which lets me catch when an attachment has been deleted, but I still need something to let me know when one has been added.
My reason for this post is that I would prefer to use the AttachmentInspector over coming up with my own method for adding attachments.
Thanks!