Delegate PropertyChangedCallback
Represents the callback that is invoked when the effective property value of a dependency property changes.
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public delegate void PropertyChangedCallback(DependencyObject d, DependencyPropertyChangedEventArgs e);
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | d | |
| DependencyPropertyChangedEventArgs | e |