Delegate DependencyPropertyChangedEventHandler
Represents the method that will handle events raised when a DependencyProperty is changed on a particular DependencyObject implementation.
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public delegate void DependencyPropertyChangedEventHandler(object sender, DependencyPropertyChangedEventArgs e);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | The source of the event (typically the object where the property changed). |
| DependencyPropertyChangedEventArgs | e | The event data. |