Table of Contents

Class EventProgressReporter

Namespace
Innova.Prism.Library.ClassDefinitions
Assembly
Innova.Prism.Library.dll

Represents a progress reporter that publishes progress information using Prism events.

public class EventProgressReporter : IProgress<ProgressInfo>
Inheritance
EventProgressReporter
Implements
Derived

Constructors

EventProgressReporter(IEventAggregator)

Initializes a new instance of the EventProgressReporter class.

Properties

EventAggregator

Methods

Report(ProgressInfo)

Reports progress by publishing a progress event.