Skip to main content

LinkBase.CreateDocumentFinished Event

Occurs when the document creation has been finished.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public event EventHandler<EventArgs> CreateDocumentFinished

Event Data

The CreateDocumentFinished event's data class is EventArgs.

Remarks

Handle the LinkBase.CreateDocumentStarted and CreateDocumentFinished events, to control the document creation process, which is triggered by the LinkBase.CreateDocument method.

See Also