Click or drag to resize

IAssetManagerEventsAssetCreated Event


This event is fired when a new Asset is created.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
event EventHandler<AssetCreationEventArgs> AssetCreated

Value

Type: SystemEventHandlerAssetCreationEventArgs
Remarks
The event fires when a Asset is created within a session, not when it is actually saved to the content store.
See Also