ApplicationEventsClassAfterCentralUpdate Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void AfterCentralUpdate(
int AssociateId
)
Public Overridable Sub AfterCentralUpdate (
AssociateId As Integer
)
Dim instance As ApplicationEventsClass
Dim AssociateId As Integer
instance.AfterCentralUpdate(AssociateId)
public:
virtual void AfterCentralUpdate(
[InAttribute] int AssociateId
)
Parameters
- AssociateId
- Type: SystemInt32
Implements
IApplicationEventsAfterCentralUpdate(Int32)
See Also