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
entity
TThe entity associated with the event.