diff --git a/src/Controls/src/Core/VisualElement/VisualElement.cs b/src/Controls/src/Core/VisualElement/VisualElement.cs index 45fdaf7e4686..0189c4298681 100644 --- a/src/Controls/src/Core/VisualElement/VisualElement.cs +++ b/src/Controls/src/Core/VisualElement/VisualElement.cs @@ -1075,7 +1075,7 @@ internal void ComputeConstrainsForChildren() internal virtual void ComputeConstraintForView(View view) => view.ComputedConstraint = LayoutConstraint.None; - // TODO: Obsolete in favor of MapFocus https://github.com/dotnet/maui/issues/14299 + [Obsolete("This is now handled through VisualElement.MapFocus, this event handler will be removed in the future.")] [EditorBrowsable(EditorBrowsableState.Never)] public event EventHandler FocusChangeRequested; internal void InvokeFocusChangeRequested(FocusRequestArgs args) =>