IScriptingEventsOnContactAfterMerge Method |
Called when a merge operation is performed to combine two objects.
New in Seven.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnContactAfterMerge(
int targetContactId
)
Sub OnContactAfterMerge (
targetContactId As Integer
)
Dim instance As IScriptingEvents
Dim targetContactId As Integer
instance.OnContactAfterMerge(targetContactId)
void OnContactAfterMerge(
[InAttribute] int targetContactId
)
Parameters
- targetContactId
- Type: SystemInt32
Examples
See Also