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

IDocumentViewModel.DocumentCreated Event

Fires on completing the document creation process.

Namespace: DevExpress.Xpf.Printing.PreviewControl

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

event EventHandler DocumentCreated

Event Data

The DocumentCreated event's data class is EventArgs.

See Also