Back to Devexpress

PdfViewer.DocumentChanged Event

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-921cfa51.md

latest2.1 KB
Original Source

PdfViewer.DocumentChanged Event

Occurs when a PdfViewer control loads or saves a PDF document.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public event PdfDocumentChangedEventHandler DocumentChanged
vb
Public Event DocumentChanged As PdfDocumentChangedEventHandler

Event Data

The DocumentChanged event's data class is PdfDocumentChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
DocumentFilePathGets the path to the document file.
DocumentFileStreamIndicates the file stream storing the document bytes.

Remarks

The DocumentChanged event occurs when using the following members:

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace