AttachmentOpeningEventArgs(PdfFileAttachment) Constructor
Initializes a new instance of the AttachmentOpeningEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.1.dll
NuGet Package: DevExpress.Wpf.PdfViewer
Declaration
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