IAssetManagerEventsAssetCreated Event
|
This event is fired when a new
Asset is created.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxevent EventHandler<AssetCreationEventArgs> AssetCreated
Event AssetCreated As EventHandler(Of AssetCreationEventArgs)
event EventHandler<AssetCreationEventArgs^>^ AssetCreated {
void add (EventHandler<AssetCreationEventArgs^>^ value);
void remove (EventHandler<AssetCreationEventArgs^>^ value);
}abstract AssetCreated : IEvent<EventHandler<AssetCreationEventArgs>,
AssetCreationEventArgs>Value
EventHandlerAssetCreationEventArgs
RemarksThe event fires when a Asset is created within a session, not when it is actually saved to the content store.
See Also