Skip to main content

BindablePropertyChangedEventHandler Delegate

NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI

PC-style change notification for simple MVVM binding (TinyCLR subset).

public delegate void BindablePropertyChangedEventHandler(object sender, string propertyName);