Skip to main content
A newer version of this page is available. .

AttachmentOpeningEventArgs(PdfFileAttachment) Constructor

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

Namespace: DevExpress.Xpf.PdfViewer

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

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