Click or drag to resize

IScriptingEventsOnPricelistFieldsChanged Method

Is passed the old and new values for the field. Is called before the save is performed.

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

Parameters

oldValue
Type: SystemInt32
newValue
Type: SystemInt32
See Also