constructor(propertyName: string, oldValue: any, newValue: any): PropertyChangedEventArgs
PropertyChangedEventArgsクラスの新しいインスタンスを初期化します。
The name of the property whose value changed.
The old value of the property.
The new value of the property.
プロパティの新しい値を取得します。
プロパティの古い値を取得します。
プロパティ変更イベントの引数を提供します。