DependencyPropertyChangedEventArgs Properties
Collapse the table of content
Expand the table of content

DependencyPropertyChangedEventArgs Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The DependencyPropertyChangedEventArgs type exposes the following members.

  NameDescription
Public property NewValue Gets the value of the property after the change.
Public property OldValue Gets the value of the property before the change.
Public property Property Gets the identifier for the dependency property where the value change occurred.
Top

Show:
© 2017 Microsoft