Click or drag to resize

CTInterface.OnRebuildTaskPostRebuild Event

Invoked for all documents separately during Rebuild -task after rebuild of the file. Carries success information of both rebuild procedure as well as file save procedure. Allows also setting a custom error message.

Namespace:  ATR.CT.CTInterface
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public event EventHandler<RebuildTaskPostRebuildArgs> OnRebuildTaskPostRebuild

Value

Type: System.EventHandler<RebuildTaskPostRebuildArgs>
Availability

CUSTOMTOOLS 2021 SP2


See Also