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

Value

Type: SystemEventHandlerCTInterfaceSavePostArgs
Availability

CUSTOMTOOLS 2012 SP4


See Also