IAssetManagerEventsBeforeAssetMove Event
|
This event is fired before an
Asset is moved.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax event 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
Type:
SystemEventHandlerAssetRelocateEventArgsSee Also