BindableObject.OnPropertyChanged(String) Method

Definition

Raises the PropertyChanged event.

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