IAssetEventsAssetCheckedInContentUpdated Event
|
This event is fired when a
Asset was checked with actual text/binary content change
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxevent EventHandler<AssetContentUpdateEventArgs> AssetCheckedInContentUpdated
Event AssetCheckedInContentUpdated As EventHandler(Of AssetContentUpdateEventArgs)
event EventHandler<AssetContentUpdateEventArgs^>^ AssetCheckedInContentUpdated {
void add (EventHandler<AssetContentUpdateEventArgs^>^ value);
void remove (EventHandler<AssetContentUpdateEventArgs^>^ value);
}abstract AssetCheckedInContentUpdated : IEvent<EventHandler<AssetContentUpdateEventArgs>,
AssetContentUpdateEventArgs>Value
EventHandlerAssetContentUpdateEventArgs
See Also