DependencyPropertyChangedEventArgs Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The DependencyPropertyChangedEventArgs type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone NewValue Gets the value of the property after the change.
Public propertySupported by Silverlight for Windows Phone OldValue Gets the value of the property before the change.
Public propertySupported by Silverlight for Windows Phone Property Gets the identifier for the dependency property where the value change occurred.

Top