Table of Contents

Class EntitiesCheckedChangeEvent<T>

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

Represents an event that is raised when the checked entities change.

public class EntitiesCheckedChangeEvent<T> : PubSubEvent<List<T>> where T : class

Type Parameters

T

The type of the entities.

Inheritance
EntitiesCheckedChangeEvent<T>