Click or drag to resize

CTInterfaceCopyPrePropertySaveArgs Class

Event argument class for OnCustomCopyPreSavePropertyValue.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceCopyPrePropertySaveArgs

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

The CTInterfaceCopyPrePropertySaveArgs type exposes the following members.

Properties
 NameDescription
Public propertyConfiguration Configuration from which the property value is read and updated to.
Public propertyCopyAction Selected action in CUSTOMTOOLS Copy.
Public propertyDatabase Currently active CUSTOMTOOLS database.
Public propertyFilename Name of the file.
Public propertyProfile Currently active CUSTOMTOOLS profile.
Public propertyPropertyName Name of the property (=name of the attribute).
Public propertyPropertyValue Original property value.
Public propertyUpdatedPropertyValue Non-empty value to use in updating the property's value.
Top
Revision History
DateVersionDescription
-2015 SP2First Release
-2015 SP4 Extended with Configuration and CopyAction.
See Also