Method PublishShowInsertEntityEvent
- Namespace
- Innova.Prism.Infrastructure.Events
- Assembly
- Innova.Prism.Infrastructure.dll
PublishShowInsertEntityEvent<T>(IEventAggregator, ShowInsertEntityEventData)
Publishes a show insert entity event.
public static void PublishShowInsertEntityEvent<T>(this IEventAggregator eventAggregator, ShowInsertEntityEventData showInsertEntityEventData) where T : class
Parameters
eventAggregator
IEventAggregatorThe Prism.Events.IEventAggregator instance.
showInsertEntityEventData
ShowInsertEntityEventDataThe event data containing the information about the entity to be inserted.
Type Parameters
T
The type of the entity.
PublishShowInsertEntityEvent<T>(IEventAggregator)
Publishes a show insert entity event.
public static void PublishShowInsertEntityEvent<T>(this IEventAggregator eventAggregator) where T : class
Parameters
eventAggregator
IEventAggregatorThe Prism.Events.IEventAggregator instance.
Type Parameters
T
The type of the entity.