Click or drag to resize

CTInterfaceOnSaveToStoragePre Event

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) Version: 25.0
Syntax
public event EventHandler<CTInterfaceSavePostArgs> OnSaveToStoragePre

Value

EventHandlerCTInterfaceSavePostArgs
Revision History
DateVersionDescription
-2012 SP4First Release
See Also