Show / Hide Table of Contents

Interface IProgress

Enables progress tracking by expsoing the Progress property and the ProgressChanged event.

Namespace: SigStat.Common.Helpers
Assembly: SigStat.Common.dll
Syntax
public interface IProgress

Properties

| Improve this Doc View Source

Progress

Gets the current progress in percentage.

Declaration
int Progress { get; }
Property Value
Type Description
System.Int32

Events

| Improve this Doc View Source

ProgressChanged

Invoked whenever the Progress property is changed.

Declaration
event EventHandler<int> ProgressChanged
Event Type
Type Description
EventHandler<System.Int32>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX