I am trying to locate property for PMTransactionEntryWindow where I can select ModalDialog and based my method on SaveButton event.
In VBA I use to specify ModalDialog.Button1 or something of this nature.
The scenario is that I am running a custom logic based on SaveButton.ClickBeforeOriginal. I have successfully coded the logic based on the SaveButton. But if the end user clicks on the "x" (upper right hand corner of the window), a Box appears asking if your want to save, delete or cancel. I am trying to find the event which triggers this Box specifically the Save button on it.
Thanks in advance!