Click or drag to resize

IAssetManagerEvents Events


The IAssetManagerEvents type exposes the following members.

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