Table of Contents

Method PublishNullPayload

Namespace
Innova.Prism.Library.ExtensionMethods
Assembly
Innova.Prism.Library.dll

PublishNullPayload<EventyType>(IEventAggregator)

public static void PublishNullPayload<EventyType>(this IEventAggregator eventAggregator) where EventyType : PubSubEvent<object>, new()

Parameters

eventAggregator IEventAggregator

Type Parameters

EventyType