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
Syntaxvoid OnCurrentSaleStageChanged(
int oldValue,
int newValue
)
Sub OnCurrentSaleStageChanged (
oldValue As Integer,
newValue As Integer
)
Dim instance As IScriptingEvents
Dim oldValue As Integer
Dim newValue As Integer
instance.OnCurrentSaleStageChanged(oldValue,
newValue)
void OnCurrentSaleStageChanged(
[InAttribute] int oldValue,
[InAttribute] int newValue
)
Parameters
- oldValue
- Type: SystemInt32
- newValue
- Type: SystemInt32
Examples
See Also