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.5.94
Syntax
event EventHandler<AssetPostCopyEventArgs> AfterAssetCopy

Value

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