Click or drag to resize

IAssetManager Events


The IAssetManager type exposes the following members.

Events
  Name Description
Public event AfterAssetCopy This event is fired after an Asset is copied.
(Inherited from IAssetManagerEvents)
Public event AfterAssetCrossLocaleCopy This event is fired after an Asset is copied from one Region Root to another.
(Inherited from IAssetManagerEvents)
Public event AfterAssetDelete This event is fired after an Asset is removed.
(Inherited from IAssetManagerEvents)
Public event AfterAssetMove This event is fired after an Asset is moved.
(Inherited from IAssetManagerEvents)
Public event AfterAssetRegionRootCopy This event is fired after a Region Root is copied.
(Inherited from IAssetManagerEvents)
Public event AfterEmptyAssetRecycleFolder This event is fired before the asset recycle folder is emptied.
(Inherited from IAssetManagerEvents)
Public event AssetCreated This event is fired when a new Asset is created.
(Inherited from IAssetManagerEvents)
Public event AssetFileUpdated This method is invoked after an edit to an Asset File is saved.
(Inherited from IAssetManagerEvents)
Public event BeforeAssetCopy This event is fired before an Asset to be copied.
(Inherited from IAssetManagerEvents)
Public event BeforeAssetCrossLocaleCopy This event is fired before an Asset is copied from one Region Root to another.
(Inherited from IAssetManagerEvents)
Public event BeforeAssetDelete This event is fired before an Asset is moved to Recycle Folder.
(Inherited from IAssetManagerEvents)
Public event BeforeAssetMove This event is fired before an Asset is moved.
(Inherited from IAssetManagerEvents)
Public event BeforeAssetRegionRootCopy This event is fired before a Region Root is copied.
(Inherited from IAssetManagerEvents)
Public event BeforeEmptyAssetRecycleFolder This event is fired before the asset recycle folder is emptied.
(Inherited from IAssetManagerEvents)
Top
See Also