Click or drag to resize

CTInterfaceOnRebuildTaskPostRebuild 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: SystemEventHandlerRebuildTaskPostRebuildArgs
Availability

CUSTOMTOOLS 2021 SP2


See Also