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

IWatermarkService.EditCompleted Event

For internal use. Occurs after the customization of a document’s watermark has completed.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v19.1.dll

Declaration

event EventHandler<WatermarkServiceEventArgs> EditCompleted

Event Data

The EditCompleted event's data class is DevExpress.Xpf.Printing.Native.WatermarkServiceEventArgs.

See Also