Table of Contents

Class EntityKeysSelectedClearFilterEvent<T>

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

Represents an event that is raised when the entity keys selected for clearing the filter are changed.

public class EntityKeysSelectedClearFilterEvent<T> : PubSubEvent where T : class

Type Parameters

T

The type of the entity keys.

Inheritance
EntityKeysSelectedClearFilterEvent<T>