Class ValueChangedEvent<T>
Inheritance
ValueChangedEvent<T>
Assembly: Glitch9.AIDevKit.dll
Syntax
public class ValueChangedEvent<T> : IEvent
Type Parameters
Constructors
|
Edit this page
View Source
ValueChangedEvent(T, T)
Declaration
public ValueChangedEvent(T oldValue, T newValue)
Parameters
| Type |
Name |
Description |
| T |
oldValue |
|
| T |
newValue |
|
Properties
|
Edit this page
View Source
NewValue
Declaration
public T NewValue { get; }
Property Value
|
Edit this page
View Source
OldValue
Declaration
public T OldValue { get; }
Property Value
Implements
Extension Methods