constructor(propertyName: string, oldValue: any, newValue: any): PropertyChangedEventArgs
Initializes a new instance of the PropertyChangedEventArgs class.
The name of the property whose value changed.
The old value of the property.
The new value of the property.
Provides arguments for property change events.