LinkBase.CreateDocumentStarted Event
Occurs when the document creation has been started.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Event Data
The CreateDocumentStarted event's data class is EventArgs.
Remarks
Handle the CreateDocumentStarted and LinkBase.CreateDocumentFinished events, to control the document creation process, which is triggered by the LinkBase.CreateDocument method.
See Also