Skip to main content

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.v14.2.dll

Declaration

event EventHandler<WatermarkServiceEventArgs> EditCompleted
Event EditCompleted As EventHandler(Of WatermarkServiceEventArgs)

Event Data

The EditCompleted event's handler receives an argument of the DevExpress.Xpf.Printing.Native.WatermarkServiceEventArgs type.

See Also