SOScriptingEventsClassOnContactAfterCopy Method |
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void OnContactAfterCopy(
int sourceContactId,
int destinationId
)
Public Overridable Sub OnContactAfterCopy (
sourceContactId As Integer,
destinationId As Integer
)
Dim instance As SOScriptingEventsClass
Dim sourceContactId As Integer
Dim destinationId As Integer
instance.OnContactAfterCopy(sourceContactId,
destinationId)
public:
virtual void OnContactAfterCopy(
[InAttribute] int sourceContactId,
[InAttribute] int destinationId
)
Parameters
- sourceContactId
- Type: SystemInt32
- destinationId
- Type: SystemInt32
Implements
IScriptingEventsOnContactAfterCopy(Int32, Int32)
See Also