IProjectEventsProjectBeforeMerge Method |
method ProjectBeforeMerge
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid ProjectBeforeMerge(
int SourceProjectId,
int DestinationProjectId
)
Sub ProjectBeforeMerge (
SourceProjectId As Integer,
DestinationProjectId As Integer
)
Dim instance As IProjectEvents
Dim SourceProjectId As Integer
Dim DestinationProjectId As Integer
instance.ProjectBeforeMerge(SourceProjectId,
DestinationProjectId)
void ProjectBeforeMerge(
int SourceProjectId,
int DestinationProjectId
)
Parameters
- SourceProjectId
- Type: SystemInt32
- DestinationProjectId
- Type: SystemInt32
See Also