IApplicationEventsAfterCentralUpdate Method |
method AfterCentralUpdate
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid AfterCentralUpdate(
int AssociateId
)
Sub AfterCentralUpdate (
AssociateId As Integer
)
Dim instance As IApplicationEvents
Dim AssociateId As Integer
instance.AfterCentralUpdate(AssociateId)
void AfterCentralUpdate(
[InAttribute] int AssociateId
)
Parameters
- AssociateId
- Type: SystemInt32
See Also