RoutedPropertyChangedEventArgs<T>.NewValue プロパティ
定義
プロパティ変更イベントによって報告された、プロパティの新しい値を取得します。Gets the new value of a property as reported by a property changed event.
public:
property T NewValue { T get(); };
public T NewValue { get; }
member this.NewValue : 'T
Public ReadOnly Property NewValue As T
プロパティ値
- T
ジェネリック値。The generic value. RoutedPropertyChangedEventArgs<T> の現実の実装では、このプロパティのジェネリック型は実装の制約型に置き換えられます。In a practical implementation of the RoutedPropertyChangedEventArgs<T>, the generic type of this property is replaced with the constrained type of the implementation.
注釈
このプロパティの値と型の制約は、コンストラクターによって確立されます。The value and type constraint of this property will be established by the constructor.