ConnectedServiceViewModelBase.OnPropertyChanged(String) Method

Definition

Notifies clients that a property value has changed.

 virtual void OnPropertyChanged(std::wstring const & propertyName = null);
protected virtual void OnPropertyChanged (string propertyName = default);
abstract member OnPropertyChanged : string -> unit
override this.OnPropertyChanged : string -> unit
Protected Overridable Sub OnPropertyChanged (Optional propertyName As String = Nothing)

Parameters

propertyName
String

The name of the property that has changed.

Applies to