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

ReferencedDocumentOpeningEventHandler Delegate

A method that will handle the PdfViewerControl.ReferencedDocumentOpening event.

Namespace: DevExpress.Xpf.PdfViewer

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

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