Delegate PropertyChangedCallback
Event handler for property changed events
Namespace: EmptyKeys.UserInterface
Assembly: EmptyKeys.UserInterface.dll
Syntax
public delegate void PropertyChangedCallback(DependencyObject d, DependencyPropertyChangedEventArgs e);
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | d | The d. |
| DependencyPropertyChangedEventArgs | e | The DependencyPropertyChangedEventArgs instance containing the event data. |