DependencyPropertyChangedEventArgs.NewValue Property

Definition

Gets the value of the dependency property after the reported change.

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

Property Value

Object

Platform::Object

IInspectable

The dependency property value after the change.

Applies to

See also