Click or drag to resize

CopyWithReferencesEventArgs Constructor

Initializes a new instance of the CopyWithReferencesEventArgs class.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Design
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public CopyWithReferencesEventArgs(
	BCDocument document,
	BCDocument source,
	BCDocument oldParent,
	BCDocument newParent
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document the event is raised for.
source
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document that the copy was created from.
oldParent
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document (the source) referenced by the child files before the copy is made. for assembly root document.
newParent
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document (the copy) referenced by the child files after the copy is made. for assembly root document.
See Also