SOScriptingEventsClassOnSaleStakeholderFieldsChanged Method |
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void OnSaleStakeholderFieldsChanged(
int oldValue,
int newValue
)
Public Overridable Sub OnSaleStakeholderFieldsChanged (
oldValue As Integer,
newValue As Integer
)
Dim instance As SOScriptingEventsClass
Dim oldValue As Integer
Dim newValue As Integer
instance.OnSaleStakeholderFieldsChanged(oldValue,
newValue)
public:
virtual void OnSaleStakeholderFieldsChanged(
[InAttribute] int oldValue,
[InAttribute] int newValue
)
Parameters
- oldValue
- Type: SystemInt32
- newValue
- Type: SystemInt32
Implements
IScriptingEventsOnSaleStakeholderFieldsChanged(Int32, Int32)
See Also