ProgressEventHandlerInfo

Class ProgressEventHandlerInfo

Namespace: Imagise.Core.ProgressObserver
Assembly: Imagise.Core.dll

public class ProgressEventHandlerInfo

Inheritance

objectProgressEventHandlerInfo

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Description

public string Description { get; }

Property Value

string

EventType

public EventType EventType { get; }

Property Value

EventType

MaxValue

public int MaxValue { get; }

Property Value

int

Value

public int Value { get; }

Property Value

int