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