Class StateChange<T>
Inherited Members
Namespace: Ritchie.Toolbox.Common
Assembly: Ritchie.Toolbox.dll
Syntax
public sealed class StateChange<T>Type Parameters
| Name | Description | 
|---|---|
| T | 
Constructors
StateChange(T, T)
Declaration
public StateChange(T currentValue, T newValue)Parameters
| Type | Name | Description | 
|---|---|---|
| T | currentValue | |
| T | newValue | 
Properties
Canceled
Declaration
public bool Canceled { get; }Property Value
| Type | Description | 
|---|---|
| bool | 
CurrentValue
Declaration
public T CurrentValue { get; }Property Value
| Type | Description | 
|---|---|
| T | 
NewValue
Declaration
public T NewValue { get; }Property Value
| Type | Description | 
|---|---|
| T | 
Methods
Cancel()
Declaration
public void Cancel()