IScriptingEventsOnQuoteVersionCanceled Method |
Identity is the id of the current object.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnQuoteVersionCanceled(
int identity
)
Sub OnQuoteVersionCanceled (
identity As Integer
)
Dim instance As IScriptingEvents
Dim identity As Integer
instance.OnQuoteVersionCanceled(identity)
void OnQuoteVersionCanceled(
[InAttribute] int identity
)
Parameters
- identity
- Type: SystemInt32
See Also