Class EntityEventData<T>
- Namespace
- Innova.Prism.Infrastructure.EventParameters
- Assembly
- Innova.Prism.Infrastructure.dll
Represents event data for an entity.
public class EntityEventData<T> : EventData where T : class
Type Parameters
T
The type of the entity.
- Inheritance
-
EntityEventData<T>
- Derived
Constructors
- EntityEventData(T)
Initializes a new instance of the EntityEventData<T> class.
Properties
- Entity
Gets the entity associated with the event.