Table of Contents

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 T

The entity associated with the event.