Back to Devexpress

DocumentClosingEventArgs Class

wpf-devexpress-dot-xpf-dot-pdfviewer-48de7a81.md

latest1.5 KB
Original Source

DocumentClosingEventArgs Class

Provides data for the PdfViewerControl.DocumentClosing event.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public class DocumentClosingEventArgs :
    RoutedEventArgs
vb
Public Class DocumentClosingEventArgs
    Inherits RoutedEventArgs

DocumentClosingEventArgs is the data class for the following events:

Remarks

An instance of the DocumentClosingEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs RoutedEventArgs DocumentClosingEventArgs

See Also

DocumentClosingEventArgs Members

DevExpress.Xpf.PdfViewer Namespace