Hi,
I am using the PDFViewer to load and save a memory stream document which is a PDF fillable.
I created a "Save" button to handle my custom code, but I want to be able to enable/disable this custom "Save" button when the PDF document has changed in the PDFViewer.
I tried handling the PDFViewer.DocumentChanged() event but this event will only trigger when the document is being loaded.
What event should I use to check for the PDFViewer.IsDocumentChanged value to enable/disable my custom "Save" button when user enter any information in any of the PDF fields.
I am using VB.NET
Thanks!