Skip to content

Commit

Permalink
Obsolete VisualElement.FocusChangeRequested event (#16750)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Aug 15, 2023
1 parent e36d222 commit 48e5caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controls/src/Core/VisualElement/VisualElement.cs
Expand Up @@ -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<FocusRequestArgs> FocusChangeRequested;
internal void InvokeFocusChangeRequested(FocusRequestArgs args) =>
Expand Down

0 comments on commit 48e5caa

Please sign in to comment.