I am developing a c# addin for Draftsight. I would like to be able to cancel a user 'save' command in some scenarios. I was hoping that the Application object CommandPreNotify event handler would have provided that sort of functionality, but it does not seem to . Is there any mechanism in the Draftsight API to do this?
SolidworksApi macros