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