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
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceRebuildTaskBeforeOpenArgs

Namespace:  ATR.CT.CTInterface
Assembly:  CTInterface (in CTInterface.dll)
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
Availability

CUSTOMTOOLS 2021 SP2


See Also