PdfViewer.DocumentChanged Event
Occurs when a PdfViewer control loads or saves a PDF document.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v25.1.dll
NuGet Package: DevExpress.Win.PdfViewer
Declaration
Event Data
The DocumentChanged event's data class is PdfDocumentChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
DocumentFilePath | Gets the path to the document file. |
DocumentFileStream | Indicates the file stream storing the document bytes. |
Remarks
The DocumentChanged
event occurs when using the following members:
- PdfViewer.LoadDocument()
- PdfViewer.SaveDocument()
- PdfOpenFileCommand (Open button on Ribbon UI)
- PdfSaveAsFileCommand (Save As button on Ribbon UI)
See Also