IAssetManagerEventsBeforeAssetMove Event
|
This event is fired before an
Asset is moved.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxevent EventHandler<AssetRelocateEventArgs> BeforeAssetMove
Event BeforeAssetMove As EventHandler(Of AssetRelocateEventArgs)
event EventHandler<AssetRelocateEventArgs^>^ BeforeAssetMove {
void add (EventHandler<AssetRelocateEventArgs^>^ value);
void remove (EventHandler<AssetRelocateEventArgs^>^ value);
}abstract BeforeAssetMove : IEvent<EventHandler<AssetRelocateEventArgs>,
AssetRelocateEventArgs>Value
EventHandlerAssetRelocateEventArgs
See Also