RoutedPropertyChangedEventArgs<T>.NewValue 屬性

定義

取得屬性的新值,如變更事件的屬性所報告。

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

屬性值

T

泛型值。 在 RoutedPropertyChangedEventArgs<T> 的特定實作中,這個屬性的泛型型別會置換為實作之受條件約束的型別。

備註

建構函式會建立這個屬性的值和型別條件約束。

適用於