You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/whats-new/dotnet-8.md
+1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ The following types or members have been deprecated:
29
29
30
30
-<xref:Microsoft.Maui.Controls.ClickGestureRecognizer> has been deprecated.
31
31
- The [`AutomationProperties.Name`](xref:Microsoft.Maui.Controls.AutomationProperties.NameProperty), [`AutomationProperties.HelpText`](xref:Microsoft.Maui.Controls.AutomationProperties.HelpTextProperty), and [`AutomationProperties.LabeledBy`](xref:Microsoft.Maui.Controls.AutomationProperties.LabeledByProperty) attached properties have been deprecated.
32
+
- The <xref:Microsoft.Maui.Controls.VisualElement.FocusChangeRequested> has been deprecated. Instead, use the <xref:Microsoft.Maui.IView.Focus> method to attempt to set focus on the view.
0 commit comments