The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PropertyChangedCallback Delegate
Silverlight
Represents the callback that is invoked when the effective property value of a dependency property changes.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
public delegate void PropertyChangedCallback( DependencyObject d, DependencyPropertyChangedEventArgs e )
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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show: