Click or drag to resize

IAssetManagerEventsAssetFileUpdated Event


This method is invoked after an edit to an Asset File is saved.

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

Value

Type: SystemEventHandlerAssetCreationEventArgs
Remarks
When this action is invoked, the objects involved have yet to be saved to the Content Store.
See Also