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
eventAggregatorIEventAggregatorThe Prism.Events.IEventAggregator instance.
showInsertEntityEventDataShowInsertEntityEventDataThe event data containing the information about the entity to be inserted.
Type Parameters
TThe 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
eventAggregatorIEventAggregatorThe Prism.Events.IEventAggregator instance.
Type Parameters
TThe type of the entity.