[]
Provides event data for OnPropertyChanged events.
public class PropertyChangedEventArgs<T> : EventArgs
Name | Description |
---|---|
T |
Name | Description |
---|---|
PropertyChangedEventArgs() |
Name | Description |
---|---|
NewValue | The value of the property after the change. |
OldValue | The value of the property before the change. |