Click or drag to resize

CTInterface.OnRebuildTaskBeforeOpen 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) Version: 25.0
Syntax
public event EventHandler<RebuildTaskBeforeOpenArgs> OnRebuildTaskBeforeOpen

Value

EventHandler<RebuildTaskBeforeOpenArgs>
Revision History
DateVersionDescription
-2021 SP2First Release
See Also