Click or drag to resize

EntityEventArgsT Class


Arguments that capture the events details for activities on a Entity. It is the bases class of all Event Arguments object on Entity activities.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsT
      More...

Namespace:  Ingeniux.CMS.Event
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public class EntityEventArgs<T> : EventArgs
where T : IEntity

Type Parameters

T
Entity class type

The EntityEventArgsT type exposes the following members.

Constructors
  NameDescription
Public methodEntityEventArgsT
Initializes a new instance of the EntityEventArgsT class
Top
Properties
  NameDescription
Public propertyEntity
Gets/sets the Entity, that is the object of the event
Public propertySession
Gets/set the session where the activity happens under
Top
See Also
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsT
      Ingeniux.CMS.EventAssetCreationEventArgs
      Ingeniux.CMS.EventAssetRecursiveEventArgs
      Ingeniux.CMS.EventAssetRelocateEventArgs
      Ingeniux.CMS.EventAssetRenameEventArgs
      Ingeniux.CMS.EventAssetWorkflowAdvanceEventArgs
      Ingeniux.CMS.EventCategorizationEventArgsT
      Ingeniux.CMS.EventCategoryRenameEventArgs
      Ingeniux.CMS.EventContentItemDeleteEventArgsT
      Ingeniux.CMS.EventPageRecursiveEventArgs
      Ingeniux.CMS.EventPageRelocateEventArgs
      Ingeniux.CMS.EventPageRenameEventArgs
      Ingeniux.CMS.EventPublishEventArgs
      Ingeniux.CMS.EventPublishingTaskEventArgs
      Ingeniux.CMS.EventReplicationItemEventArgs
      Ingeniux.CMS.EventTaxonomyRelocateEventArgs
      Ingeniux.CMS.EventWorkflowAdvanceEventArgs