| IPublishingTask Events | 
The IPublishingTask type exposes the following members.
 Events
Events| Name | Description | |
|---|---|---|
|  | AfterEntitySave | 
            This event is fired after a Entity object is saved.
            (Inherited from IEntityEvents.) | 
|  | AssetPublishStepUpdated | 
            This event is fired when a Publishing Task finishes publishing one Page.
            (Inherited from IPublishingTaskEvents.) | 
|  | BeforeEntitySave | 
            This event is fired before any Entity object is about to be saved.
            (Inherited from IEntityEvents.) | 
|  | BeginPublish | 
            This event is fired when a publish starts.
            (Inherited from IPublishingTaskEvents.) | 
|  | PublishComplete | 
            This event is fired when a Publishing Task finishes executing.
            (Inherited from IPublishingTaskEvents.) | 
|  | PublishingErrorOccurred | 
            This event is fired when any error occurrs during Publishing Task execution.
            (Inherited from IPublishingTaskEvents.) | 
|  | PublishStepAdvanced | 
            This event is fired when Publishing Task advances to next step (e.g., when a publish task finishes copying images).
            (Inherited from IPublishingTaskEvents.) | 
|  | PublishStepUpdated | 
            This event is fired when a Publishing Task finishes publishing one Page.
            (Inherited from IPublishingTaskEvents.) | 
 See Also
See Also