Xamarin.Forms.BindableObject.OnPropertyChanged Method
Call this method from a child class to notify that a change happened on a property.

Syntax

protected virtual void OnPropertyChanged ([System.Runtime.CompilerServices.CallerMemberName] string propertyName)

Parameters

propertyName
The name of the property that changed.

Remarks

A Xamarin.Forms.BindableProperty triggers this by itself. An inheritor only needs to call this for properties without Xamarin.Forms.BindableProperty as the backend store.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0