Click or drag to resize

IAssetManagerEventsAfterAssetCopy Event


This event is fired after an Asset is copied.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
event EventHandler<AssetPostCopyEventArgs> AfterAssetCopy

Value

EventHandlerAssetPostCopyEventArgs
Remarks
The event fires when a Asset is copied within session, not when it is actually saved in the content store.
See Also