EntityEventArgsTEntity Property
|
Gets/sets the
Entity, that is the object of the event
Namespace:
Ingeniux.CMS.Event
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public T Entity { get; set; }
Public Property Entity As T
Get
Set
public:
property T Entity {
T get ();
void set (T value);
}
member Entity : 'T with get, set
Property Value
Type:
TSee Also