DependencyPropertyChangedEventArgs Class |
Namespace: Windows.UI.Xaml
public sealed class DependencyPropertyChangedEventArgs : IDependencyPropertyChangedEventArgs
The DependencyPropertyChangedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | NewValue |
Gets the value of the property after the change.
|
![]() | OldValue |
Gets the value of the property before the change.
|
![]() | Property |
Gets the identifier for the dependency property where the value change occurred.
|