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