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