Skip to main content

PropertyChangedEventHandler Delegate

NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: 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);