Class ProgressEventArgs
Progress event for progress indicators.
Inherited Members
Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public class ProgressEventArgs : EventArgs
Constructors
ProgressEventArgs(byte)
Progress is a percentage values from 0 (start) up to and including 100 (complete).
Declaration
public ProgressEventArgs(byte value)
Parameters
Type | Name | Description |
---|---|---|
byte | value | Values 0 - 100 (inclusive) are accepted. |
Exceptions
Type | Condition |
---|---|
OverflowException | thown if the percentag value is larger than 100. |
Properties
ProgressValue
A progress value between 0 and 100
Declaration
public byte ProgressValue { get; }
Property Value
Type | Description |
---|---|
byte |
Methods
ToString()
For debugging, shows the percentage value.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |