IPersonEventsPersonBeforeMove Method |
method PersonBeforeMove
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid PersonBeforeMove(
int PersonId,
int NewContactId
)
Sub PersonBeforeMove (
PersonId As Integer,
NewContactId As Integer
)
Dim instance As IPersonEvents
Dim PersonId As Integer
Dim NewContactId As Integer
instance.PersonBeforeMove(PersonId, NewContactId)
void PersonBeforeMove(
int PersonId,
int NewContactId
)
Parameters
- PersonId
- Type: SystemInt32
- NewContactId
- Type: SystemInt32
See Also