BCExtensionAfterCopyWithReferences Event |
Occurs when a document has been copied with references.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public event EventHandler<CopyWithReferencesEventArgs> AfterCopyWithReferences
Public Event AfterCopyWithReferences As EventHandler(Of CopyWithReferencesEventArgs)
public:
event EventHandler<CopyWithReferencesEventArgs^>^ AfterCopyWithReferences {
void add (EventHandler<CopyWithReferencesEventArgs^>^ value);
void remove (EventHandler<CopyWithReferencesEventArgs^>^ value);
}
member AfterCopyWithReferences : IEvent<EventHandler<CopyWithReferencesEventArgs>,
CopyWithReferencesEventArgs>
Value
Type:
SystemEventHandlerCopyWithReferencesEventArgsSee Also