Click or drag to resize

IScriptingEventsOnCurrentSaleStageChanged Method

Called when the sale is about to be saved, and the sale stage 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 OnCurrentSaleStageChanged(
	int oldValue,
	int newValue
)

Parameters

oldValue
Type: SystemInt32
newValue
Type: SystemInt32
Examples
See Also