Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DependencyPropertyChangedEventArgs.NewValue Property

Definition

Namespace:
Microsoft.UI.Xaml

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?