Last Updated:
11 Jul 2024 15:58
by Stenly
PdfViewer: Add an event that is raised when a PDF file is saved via the RadPdfViewerToolBar's Save button
Currently, the Save button of the RadPdfViewerToolBar element raises the SaveAsPdfDocumentCommand, which opens a new SaveFileDialog in its Execute method. We could raise an event there, in order for this action to be intercepted if the PDF file is saved.