Click or drag to resize

ContentItemDeleteEventArgsT Class


Event arguments that capture information on deletion of a Content Item.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsT
      Ingeniux.CMS.EventContentItemDeleteEventArgsT
        Ingeniux.CMS.EventAssetDeleteEventArgs
        Ingeniux.CMS.EventPageDeleteEventArgs

Namespace: Ingeniux.CMS.Event
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public abstract class ContentItemDeleteEventArgs<T> : EntityEventArgs<T>
where T : IContentItem

Type Parameters

T
Content item class type

The ContentItemDeleteEventArgsT type exposes the following members.

Properties
 NameDescription
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertyPermenantDelete Gets/sets whether the deletion if permenant
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Top
See Also