Skip to main content

INotifyBindablePropertyChanged Interface

Namespace: GHIElectronics.TinyCLR.UI · Assembly: 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

No description available.