Click or drag to resize

CTInterfaceOnRebuildTaskBeforeOpen Event

Invoked for all documents separately during Rebuild -task. Allows cancelling the Rebuild of a file before its opened, or to otherwise prepare on it being opened and Rebuild.

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

Value

Type: SystemEventHandlerRebuildTaskBeforeOpenArgs
Availability

CUSTOMTOOLS 2021 SP2


See Also