Click or drag to resize

AssetCreationEventArgs Class


Event arguments that capture information on creation of an asset
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsIAssetItem
      Ingeniux.CMS.EventAssetCreationEventArgs

Namespace: Ingeniux.CMS.Event
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public class AssetCreationEventArgs : EntityEventArgs<IAssetItem>

The AssetCreationEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodAssetCreationEventArgsInitializes a new instance of the AssetCreationEventArgs class
Top
Properties
 NameDescription
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Public propertyStream Gets/sets the IO stream to be used when creating the Asset.
Top
See Also