Back to Devexpress

AttachmentOpeningEventArgs Class

wpf-devexpress-dot-xpf-dot-pdfviewer-fbbc2d71.md

latest1.6 KB
Original Source

AttachmentOpeningEventArgs Class

Provides data for the PdfViewerControl.AttachmentOpening event.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

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

AttachmentOpeningEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs RoutedEventArgs AttachmentOpeningEventArgs

See Also

AttachmentOpeningEventArgs Members

DevExpress.Xpf.PdfViewer Namespace