IScriptingEventsOnContactBeforeCopy 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 OnContactBeforeCopy(
int sourceContactId
)
Sub OnContactBeforeCopy (
sourceContactId As Integer
)
Dim instance As IScriptingEvents
Dim sourceContactId As Integer
instance.OnContactBeforeCopy(sourceContactId)
void OnContactBeforeCopy(
[InAttribute] int sourceContactId
)
Parameters
- sourceContactId
- Type: SystemInt32
Examples
See Also