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.3.169
Syntax event EventHandler<AssetRelocateEventArgs> AfterAssetMove
Event AfterAssetMove As EventHandler(Of AssetRelocateEventArgs)
event EventHandler<AssetRelocateEventArgs^>^ AfterAssetMove {
void add (EventHandler<AssetRelocateEventArgs^>^ value);
void remove (EventHandler<AssetRelocateEventArgs^>^ value);
}
abstract AfterAssetMove : IEvent<EventHandler<AssetRelocateEventArgs>,
AssetRelocateEventArgs>
Value
Type:
SystemEventHandlerAssetRelocateEventArgsRemarks Please note the event fires when a Asset is moved within session, not when it is actually saved in content store
See Also