CancelCopyWithReferencesEventArgsNewParent Property |
Gets the document object (the copy) referenced by the
child files after the copy is made.
for assembly root document.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Design
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.25.0)
Syntaxpublic BCDocument NewParent { get; }
Public ReadOnly Property NewParent As BCDocument
Get
public:
property BCDocument^ NewParent {
BCDocument^ get ();
}
member NewParent : BCDocument with get
Property Value
Type:
BCDocument
See Also