PropertyChangedCallback Delegate
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Represents the callback that is invoked when the effective property value of a dependency property changes.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- d
- Type: System.Windows::DependencyObject
The DependencyObject on which the property has changed value.
- e
- Type: System.Windows::DependencyPropertyChangedEventArgs
Event data that is issued by any event that tracks changes to the effective value of this property.
Show: