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.6.308
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.EventAssetContentUpdateEventArgs
      Ingeniux.CMS.EventAssetCreationEventArgs
      Ingeniux.CMS.EventAssetRecursiveEventArgs
      Ingeniux.CMS.EventAssetRelocateEventArgs
      Ingeniux.CMS.EventAssetRenameEventArgs
      Ingeniux.CMS.EventAssetWorkflowAdvanceEventArgs
      Ingeniux.CMS.EventBeginPublishContentProcessingEventArgs
      Ingeniux.CMS.EventCategorizationEventArgsT
      Ingeniux.CMS.EventCategoryRenameEventArgs
      Ingeniux.CMS.EventContentItemDeleteEventArgsT
      Ingeniux.CMS.EventEntityAddWorkflowEventArgsT
      Ingeniux.CMS.EventEntityRemoveWorkflowEventArgsT
      Ingeniux.CMS.EventPageRecursiveEventArgs
      Ingeniux.CMS.EventPageRelocateEventArgs
      Ingeniux.CMS.EventPageRenameEventArgs
      Ingeniux.CMS.EventPostPublishContentProcessingEventArgs
      Ingeniux.CMS.EventPublishEventArgs
      Ingeniux.CMS.EventPublishingTaskEventArgs
      Ingeniux.CMS.EventReplicationItemEventArgs
      Ingeniux.CMS.EventTaxonomyRelocateEventArgs
      Ingeniux.CMS.EventWorkflowAdvanceEventArgs