IScriptingEventsOnContactAfterCopy Method |
Called when a copy operation is performed to create a duplicate.
New in Seven.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnContactAfterCopy(
int sourceContactId,
int destinationId
)
Sub OnContactAfterCopy (
sourceContactId As Integer,
destinationId As Integer
)
Dim instance As IScriptingEvents
Dim sourceContactId As Integer
Dim destinationId As Integer
instance.OnContactAfterCopy(sourceContactId,
destinationId)
void OnContactAfterCopy(
[InAttribute] int sourceContactId,
[InAttribute] int destinationId
)
Parameters
- sourceContactId
- Type: SystemInt32
- destinationId
- Type: SystemInt32
Examples
See Also