SOScriptingEventsClassOnBeforeLocalUpdate Method |
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void OnBeforeLocalUpdate(
int associateid
)
Public Overridable Sub OnBeforeLocalUpdate (
associateid As Integer
)
Dim instance As SOScriptingEventsClass
Dim associateid As Integer
instance.OnBeforeLocalUpdate(associateid)
public:
virtual void OnBeforeLocalUpdate(
[InAttribute] int associateid
)
Parameters
- associateid
- Type: SystemInt32
Implements
IScriptingEventsOnBeforeLocalUpdate(Int32)
See Also