Click or drag to resize

IPublishingTaskEventsPublishComplete Event


This event is fired when a Publishing Task finishes executing.

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

Value

EventHandlerPostPublishEventArgs
Remarks
This event is fired at the same time as a publish event, but it is for a different purpose.
See Also