ContactEventsClassContactAfterCopy Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void ContactAfterCopy(
int SourceContactId,
int DestinationContactId
)
Public Overridable Sub ContactAfterCopy (
SourceContactId As Integer,
DestinationContactId As Integer
)
Dim instance As ContactEventsClass
Dim SourceContactId As Integer
Dim DestinationContactId As Integer
instance.ContactAfterCopy(SourceContactId,
DestinationContactId)
public:
virtual void ContactAfterCopy(
int SourceContactId,
int DestinationContactId
)
Parameters
- SourceContactId
- Type: SystemInt32
- DestinationContactId
- Type: SystemInt32
Implements
IContactEventsContactAfterCopy(Int32, Int32)
See Also