PersonEventsClassPersonBeforeMove Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void PersonBeforeMove(
int PersonId,
int NewContactId
)
Public Overridable Sub PersonBeforeMove (
PersonId As Integer,
NewContactId As Integer
)
Dim instance As PersonEventsClass
Dim PersonId As Integer
Dim NewContactId As Integer
instance.PersonBeforeMove(PersonId, NewContactId)
public:
virtual void PersonBeforeMove(
int PersonId,
int NewContactId
)
Parameters
- PersonId
- Type: SystemInt32
- NewContactId
- Type: SystemInt32
Implements
IPersonEventsPersonBeforeMove(Int32, Int32)
See Also