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