Click or drag to resize

RebuildTaskBeforeOpenArgs Class

Event argument class for OnRebuildTaskBeforeOpen. Allows cancelling the Rebuild of a file before its opened, or to otherwise prepare on it being opened and Rebuild.
Inheritance Hierarchy
System.Object
  System.EventArgs
    ATR.CT.CTInterface.RebuildTaskBeforeOpenArgs

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public class RebuildTaskBeforeOpenArgs : EventArgs

The RebuildTaskBeforeOpenArgs type exposes the following members.

Properties
 NameDescription
Public propertyCancel Set to true to cancel the rebuild of this file.
Public propertyFilename Full path to the file about to be Rebuild
Top
Revision History
DateVersionDescription
-2021 SP2First Release
See Also