ProjectEventsClassProjectBeforeMerge Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void ProjectBeforeMerge(
int SourceProjectId,
int DestinationProjectId
)
Public Overridable Sub ProjectBeforeMerge (
SourceProjectId As Integer,
DestinationProjectId As Integer
)
Dim instance As ProjectEventsClass
Dim SourceProjectId As Integer
Dim DestinationProjectId As Integer
instance.ProjectBeforeMerge(SourceProjectId,
DestinationProjectId)
public:
virtual void ProjectBeforeMerge(
int SourceProjectId,
int DestinationProjectId
)
Parameters
- SourceProjectId
- Type: SystemInt32
- DestinationProjectId
- Type: SystemInt32
Implements
IProjectEventsProjectBeforeMerge(Int32, Int32)
See Also