Skip to main content

LinkBase.CreateDocumentStarted Event

Occurs when the document creation has been started.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public event EventHandler<EventArgs> CreateDocumentStarted

#Event Data

The CreateDocumentStarted event's handler receives an argument of the EventArgs type.

#Remarks

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

See Also