Click or drag to resize

CTInterfaceOnRebuildTaskPreRebuild Event

Invoked for all documents separately during Rebuild -task after the file is already opened and now about to be rebuild. Allows requesting save for the file after the operation even if the rebuild would fail.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public event EventHandler<RebuildTaskPreRebuildArgs> OnRebuildTaskPreRebuild

Value

EventHandlerRebuildTaskPreRebuildArgs
Revision History
DateVersionDescription
-2021 SP2First Release
See Also