IAssetManagerEventsAfterAssetMove Event
|
This event is fired after an
Asset is moved.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxevent 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
EventHandlerAssetRelocateEventArgs
RemarksPlease note the event fires when a Asset is moved within session, not when it is actually saved in content store
See Also