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.5.94
Syntax
event EventHandler<PostPublishEventArgs> PublishComplete

Value

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