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

SnapDocumentServer.SnapMailMergeFinished Event

Occurs after document merging has finished.

Namespace: DevExpress.Snap

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public event SnapMailMergeFinishedEventHandler SnapMailMergeFinished

Event Data

The SnapMailMergeFinished event's data class is SnapMailMergeFinishedEventArgs. The following properties provide information specific to this event:

Property Description
Document Returns a mail merge document that has been rendered.
See Also