Class ValueChangedEventArgs<T>
Namespace: Xareus.Scenarios.Unity.Providers
Assembly: Xareus.Scenarios.Unity.dll
Syntax
public class ValueChangedEventArgs<T> : EventArgs
Type Parameters
Name | Description |
---|---|
T |
Constructors
ValueChangedEventArgs(T)
Constructor
Declaration
public ValueChangedEventArgs(T newValue)
Parameters
Type | Name | Description |
---|---|---|
T | newValue |
Fields
newValue
The value that was changed
Declaration
public readonly T newValue
Field Value
Type | Description |
---|---|
T |