Skip to main content

DocumentClosingEventArgs(RoutedEvent) Constructor

Initializes a new instance of the DocumentClosingEventArgs class.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public DocumentClosingEventArgs(
    RoutedEvent routedEvent
)

Parameters

Name Type Description
routedEvent RoutedEvent

The routed event.

See Also