Occurs when a document is being copied with references.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public event EventHandler<CancelCopyWithReferencesEventArgs> BeforeCopyWithReferences
Visual Basic
Public Event BeforeCopyWithReferences As EventHandler(Of CancelCopyWithReferencesEventArgs)
Visual C++
public:
 event EventHandler<CancelCopyWithReferencesEventArgs^>^ BeforeCopyWithReferences {
	void add (EventHandler<CancelCopyWithReferencesEventArgs^>^ value);
	void remove (EventHandler<CancelCopyWithReferencesEventArgs^>^ value);
}

See Also