Class AddToRegionContextEvent<T>
- Namespace
- Innova.Prism.Infrastructure.Events
- Assembly
- Innova.Prism.Infrastructure.dll
Represents an event that adds an item to the region context.
public class AddToRegionContextEvent<T> : PubSubEvent<EventData>
Type Parameters
T
The type of the item to be added.
- Inheritance
-
AddToRegionContextEvent<T>