Table of Contents

Class EntityActivatedEvent<T>

Namespace
Innova.Prism.Infrastructure.Events
Assembly
Innova.Prism.Infrastructure.dll

Represents an event that is raised when an entity is activated.

public class EntityActivatedEvent<T> : PubSubEvent<T>

Type Parameters

T

The type of the entity.

Inheritance
EntityActivatedEvent<T>