Class ValuesRestoredEventArgs
When the values in the value manager have been restored to their original values.
Inheritance
object
System.EventArgs
ValuesRestoredEventArgs
Namespace: TetraCreations.ProgressBarSystem
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class ValuesRestoredEventArgs : EventArgs
Constructors
ValuesRestoredEventArgs(float, float, float, float)
Declaration
public ValuesRestoredEventArgs(float value, float minimum, float maximum, float percentage)
Parameters
| Type | Name | Description |
|---|---|---|
| float | value | |
| float | minimum | |
| float | maximum | |
| float | percentage |
Properties
Maximum
The maximum value
Declaration
public float Maximum { get; }
Property Value
| Type | Description |
|---|---|
| float |
Minimum
The minium value
Declaration
public float Minimum { get; }
Property Value
| Type | Description |
|---|---|
| float |
Percentage
Value as percentage.
Declaration
public float Percentage { get; }
Property Value
| Type | Description |
|---|---|
| float |
Value
The current value
Declaration
public float Value { get; }
Property Value
| Type | Description |
|---|---|
| float |