IContactEventsContactAfterCopy Method |
method AfterContactCopy
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid ContactAfterCopy(
int SourceContactId,
int DestinationContactId
)
Sub ContactAfterCopy (
SourceContactId As Integer,
DestinationContactId As Integer
)
Dim instance As IContactEvents
Dim SourceContactId As Integer
Dim DestinationContactId As Integer
instance.ContactAfterCopy(SourceContactId,
DestinationContactId)
void ContactAfterCopy(
int SourceContactId,
int DestinationContactId
)
Parameters
- SourceContactId
- Type: SystemInt32
- DestinationContactId
- Type: SystemInt32
See Also