Click or drag to resize

IAssetManagerEventsAfterAssetMove Event


This event is fired after an Asset is moved.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
event EventHandler<AssetRelocateEventArgs> AfterAssetMove

Value

Type: SystemEventHandlerAssetRelocateEventArgs
Remarks
Please note the event fires when a Asset is moved within session, not when it is actually saved in content store
See Also