Constructor EntityEventData
- Namespace
 - Innova.Prism.Infrastructure.EventParameters
 
- Assembly
 - Innova.Prism.Infrastructure.dll
 
EntityEventData(T)
Initializes a new instance of the EntityEventData<T> class.
public EntityEventData(T entity)
Parameters
entityTThe entity associated with the event.