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)
Syntax
public event EventHandler<RebuildTaskPreRebuildArgs> OnRebuildTaskPreRebuild

Value

Type: SystemEventHandlerRebuildTaskPreRebuildArgs
Availability

CUSTOMTOOLS 2021 SP2


See Also