DependencyPropertyChangedEventArgs.NewValue プロパティ

定義

報告された変更後の依存関係プロパティの値を取得します。

public:
 property Platform::Object ^ NewValue { Platform::Object ^ get(); };
IInspectable NewValue();
public object NewValue { get; }
var object = dependencyPropertyChangedEventArgs.newValue;
Public ReadOnly Property NewValue As Object

プロパティ値

Object

Platform::Object

IInspectable

変更後の依存関係プロパティの値。

適用対象

こちらもご覧ください