Class ShowRevisionEvent<T>
- Namespace
- Innova.Prism.Infrastructure.Events
- Assembly
- Innova.Prism.Infrastructure.dll
Represents the ShowRevisionEvent.
public class ShowRevisionEvent<T> : PubSubEvent<ShowRevisionEventData<T>>
Type Parameters
T
The type of the primary keys.
- Inheritance
-
ShowRevisionEvent<T>