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) Version: 25.0
Syntax
public event EventHandler<RebuildTaskPostRebuildArgs> OnRebuildTaskPostRebuild

Value

EventHandlerRebuildTaskPostRebuildArgs
Revision History
DateVersionDescription
-2021 SP2First Release
See Also