Table of Contents

Method OnPropertyChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Maui.dll

OnPropertyChanged(string?)

Method that is called when a bound property is changed.

protected override void OnPropertyChanged(string? propertyName = null)

Parameters

propertyName string

The name of the bound property that changed.