Click or drag to resize

IScriptingEventsOnCurrentSaleTypeChanged Method

Called when the sale is about to be saved, and the saletype field has changed values since the object was loaded New in Seven.

Namespace:  SuperOffice.COM.ScriptEvents
Assembly:  Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntax
void OnCurrentSaleTypeChanged(
	int oldValue,
	int newValue
)

Parameters

oldValue
Type: SystemInt32
newValue
Type: SystemInt32
Examples
See Also