VisualElement.FocusChangeRequested Event
Definition
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.