PropertyChangedEventHandler Delegate
Namespace: GHIElectronics.TinyCLR.UI · Assembly: GHIElectronics.TinyCLR.UI
Represents the method that will handle the event raised when a Property is changed
public delegate void PropertyChangedEventHandler(object sender, PropertyChangedEventArgs e);
Parameters
| Parameter | Type | Description |
|---|---|---|
sender | object | |
e | PropertyChangedEventArgs |