Skip to main content

AttachmentOpeningEventArgs(PdfFileAttachment) Constructor

Initializes a new instance of the AttachmentOpeningEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public AttachmentOpeningEventArgs(
    PdfFileAttachment attachment
)

Parameters

Name Type Description
attachment PdfFileAttachment

A PdfFileAttachment object that is the file attachment. This value is assigned to the AttachmentOpeningEventArgs.Attachment property.

Remarks

Instances of the AttachmentOpeningEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also