Method PublishShowRevisionEvent
- Namespace
- Innova.Prism.Infrastructure.Events
- Assembly
- Innova.Prism.Infrastructure.dll
PublishShowRevisionEvent<T>(IEventAggregator, ShowRevisionEventData<T>)
Publishes a show revision event.
public static void PublishShowRevisionEvent<T>(this IEventAggregator eventAggregator, ShowRevisionEventData<T> eventData) where T : class
Parameters
eventAggregator
IEventAggregatorThe Prism.Events.IEventAggregator instance.
eventData
ShowRevisionEventData<T>The event data containing the revision information.
Type Parameters
T
The type of the entity.