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