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