PropertyChangedArgs<T> Class
Namespace: Stride.UIAssembly: Stride.UI.dll
An argument class containing information about a property that changed.
System.Object →
PropertyChangedArgs<T>
Derived from PropertyChangedArgs<T>:
public class PropertyChangedArgs<T>
Type Parameters
Name | Description |
---|---|
T | The type of the property that changed |
Name | Description | |
---|---|---|
Properties | ||
NewValue | ||
OldValue |
Properties
NewValue
public T NewValue { get; }
Property Value
Type | Description |
---|---|
T |
OldValue
public T OldValue { get; }
Property Value
Type | Description |
---|---|
T |