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