Constructor EventProgressReporter
- Namespace
- Innova.Prism.Library.ClassDefinitions
- Assembly
- Innova.Prism.Library.dll
EventProgressReporter(IEventAggregator)
Initializes a new instance of the EventProgressReporter class.
public EventProgressReporter(IEventAggregator eventAggregator)
Parameters
eventAggregatorIEventAggregatorThe event aggregator used to publish progress events.
Exceptions
- ArgumentNullException
Thrown when
eventAggregatoris null.