IScriptingEventsOnQuoteLineCreated 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 OnQuoteLineCreated(
int identity
)
Sub OnQuoteLineCreated (
identity As Integer
)
Dim instance As IScriptingEvents
Dim identity As Integer
instance.OnQuoteLineCreated(identity)
void OnQuoteLineCreated(
[InAttribute] int identity
)
Parameters
- identity
- Type: SystemInt32
See Also