Skip to content

Commit 73b5c76

Browse files
authored
VisualElement.FocusChangeRequested event deprecated (#1781)
* VisualElement.FocusChangeRequested event deprecated. * Edit.
1 parent 2e1767e commit 73b5c76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/whats-new/dotnet-8.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The following types or members have been deprecated:
2929

3030
- <xref:Microsoft.Maui.Controls.ClickGestureRecognizer> has been deprecated.
3131
- 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.
3233

3334
The following types or members have been removed:
3435

0 commit comments

Comments
 (0)