Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

VisualElement.FocusChangeRequested Event

Definition

Namespace:
Microsoft.Maui.Controls
Assembly:
Microsoft.Maui.Controls.dll
Source:
VisualElement.cs
Source:
VisualElement.cs
Source:
VisualElement.cs
Source:
VisualElement.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Caution

This is now handled through VisualElement.MapFocus, this event handler will be removed in the future.

Occurs when a focus change is requested.

public:
 virtual event EventHandler<Microsoft::Maui::Controls::VisualElement::FocusRequestArgs ^> ^ FocusChangeRequested;
[System.Obsolete("This is now handled through VisualElement.MapFocus, this event handler will be removed in the future.")]
public event EventHandler<Microsoft.Maui.Controls.VisualElement.FocusRequestArgs> FocusChangeRequested;
[<System.Obsolete("This is now handled through VisualElement.MapFocus, this event handler will be removed in the future.")>]
member this.FocusChangeRequested : EventHandler<Microsoft.Maui.Controls.VisualElement.FocusRequestArgs> 
Public Event FocusChangeRequested As EventHandler(Of VisualElement.FocusRequestArgs) 

Event Type

Implements

Attributes

Remarks

For internal use only. This API can be changed or removed without notice at any time.

Applies to


Feedback

Was this page helpful?