ValueChangingEventArgs<T>.NewValue プロパティ

定義

プロパティ変更イベントによって報告された、変更されたプロパティの新しい値を取得します。

public:
 property T NewValue { T get(); };
public T NewValue { get; }
member this.NewValue : 'T
Public ReadOnly Property NewValue As T

プロパティ値

T

変更するプロパティの新しい値。

適用対象