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.6.492
Syntax
event EventHandler<PostPublishEventArgs> Published

Value

EventHandlerPostPublishEventArgs
Remarks
This event is fired in the background publishing thread.
See Also