Class EntityKeysSelectedFilterEvent<T>
- Namespace
- Innova.Prism.Infrastructure.Events
- Assembly
- Innova.Prism.Infrastructure.dll
Represents an event that is raised when entity keys are selected for filtering.
public class EntityKeysSelectedFilterEvent<T> : PubSubEvent where T : class
Type Parameters
T
The type of the entity keys.
- Inheritance
-
EntityKeysSelectedFilterEvent<T>