Click or drag to resize

IPublishingTargetEventsPublished Event


This event is fired after a Publishing Task is completed.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
event EventHandler<PostPublishEventArgs> Published

Value

Type: SystemEventHandlerPostPublishEventArgs
Remarks
This event is fired in the background publishing thread.
See Also