Skip to content

Obsolete FocusChangeRequested #14299

@rachelkang

Description

@rachelkang

Description

With the refactoring of the focus code to use mappers, FocusChangeRequested is no longer needed. Using mappers is the preferred method forward.

[Obsolete]
public event EventHandler<FocusRequestArgs> FocusChangeRequested;

[EditorBrowsable(EditorBrowsableState.Never)]
public event EventHandler<FocusRequestArgs> FocusChangeRequested;

Steps to Reproduce

public event EventHandler<FocusRequestArgs> FocusChangeRequested;

Link to public reproduction project repository

https://github.com/dotnet/maui

Version with bug

7.0 (current)

Last version that worked well

Unknown/Other

Affected platforms

iOS, Android, Windows, macOS, Other (Tizen, Linux, etc. not supported by Microsoft directly)

Affected platform versions

all

Did you find any workaround?

No response

Relevant log output

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions