ReferencedDocumentOpeningEventHandler Delegate
A method that will handle the PdfViewerControl.ReferencedDocumentOpening event.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v23.1.dll
NuGet Package: DevExpress.Wpf.PdfViewer
Declaration
public delegate void ReferencedDocumentOpeningEventHandler(
DependencyObject d,
ReferencedDocumentOpeningEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
d | DependencyObject | The event source. |
e | ReferencedDocumentOpeningEventArgs | A ReferencedDocumentOpeningEventArgs object that contains event data. |
Remarks
ReferencedDocumentOpeningEventHandler objects with proper settings are automatically created and passed to the corresponding event handlers.
See Also