Class ValueStateEventArgs
Pass the ValueState in the ValueStateChangedEvent
Inheritance
object
System.EventArgs
ValueStateEventArgs
Namespace: TetraCreations.ProgressBarSystem
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class ValueStateEventArgs : EventArgs
Constructors
ValueStateEventArgs(ValueState)
Declaration
public ValueStateEventArgs(ValueState valueState)
Parameters
Type | Name | Description |
---|---|---|
ValueState | valueState |
Properties
AtMaximum
Declaration
public bool AtMaximum { get; }
Property Value
Type | Description |
---|---|
bool |
AtMinimum
Declaration
public bool AtMinimum { get; }
Property Value
Type | Description |
---|---|
bool |
ValueState
State of the value inside the ProgressBar or the ResourceManager. (AtMinium, InBetween, AtMaximum)
Declaration
public ValueState ValueState { get; }
Property Value
Type | Description |
---|---|
ValueState |