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
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