docs-maui
docs-maui copied to clipboard
.NET MAUI 9: BackButtonBehavior binding mode changes
In .NET MAUI 9, the IsEnabled
and IsVisible
properties in BackButtonBehavior
have their binding modes changed from BindingMode.OneTime
to BindingMode.OneWay
.
This may not require any doc updates, but it's worth checking the Shell docs.
More info: https://github.com/dotnet/maui/pull/23467