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.492
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 methodEntityEventArgsTInitializes 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