IScriptingEventsOnQuoteLineSaved Method |
Called after the object has been saved.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnQuoteLineSaved(
int identity
)
Sub OnQuoteLineSaved (
identity As Integer
)
Dim instance As IScriptingEvents
Dim identity As Integer
instance.OnQuoteLineSaved(identity)
void OnQuoteLineSaved(
[InAttribute] int identity
)
Parameters
- identity
- Type: SystemInt32
See Also