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

DocumentClosingEventArgs(RoutedEvent) Constructor

Initializes a new instance of the DocumentClosingEventArgs class.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public DocumentClosingEventArgs(
    RoutedEvent routedEvent
)

Parameters

Name Type Description
routedEvent RoutedEvent

The routed event.

See Also