共用方式為


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

變更後的相依性屬性值。

適用於

另請參閱