Click or drag to resize
CTInterface.OnSaveToStoragePre Event

[This is preliminary documentation and is subject to change.]

Invoked before 3rdPartyData is saved to the model. Use GetXMLData(String) and SetXMLData(String, String) to manipulate save content.

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

Value

Type: System.EventHandler<CTInterface.SavePostArgs>
Availability

CUSTOMTOOLS 2012 SP4


See Also