INotifyBindablePropertyChanged Interface
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI
Implement on view-models; raise BindablePropertyChanged with the property name (or null / empty to refresh all bindings on the object).
public interface INotifyBindablePropertyChanged
Events
BindablePropertyChanged
event BindablePropertyChangedEventHandler BindablePropertyChanged
Occurs when a bound property value changes.