Click or drag to resize

CTInterface.OnCustomCopyPreSavePropertyValue Event

Invoked at CUSTOMTOOLS Copy during the copy process, before the dirty properties are written. Allows manipulating values of dirty properties.

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

Value

Type: System.EventHandler<CTInterface.CopyPrePropertySaveArgs>
Availability

CUSTOMTOOLS 2015 SP2


See Also