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
Namespace:
Ingeniux.CMS.Event
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public class EntityEventArgs<T> : EventArgs
where T : IEntity
Public Class EntityEventArgs(Of T As IEntity)
Inherits EventArgs
generic<typename T>
where T : IEntity
public ref class EntityEventArgs : public EventArgs
type EntityEventArgs<'T when 'T : IEntity> =
class
inherit EventArgs
end
Type Parameters
- T
- Entity class type
The EntityEventArgsT type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Entity |
Gets/sets the Entity, that is the object of the event
|
| Session |
Gets/set the session where the activity happens under
|
TopSee Also Inheritance Hierarchy