VisualElement.FocusChangeRequested 事件

定义

注意

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

请求焦点更改时发生。

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) 

事件类型

实现

属性

注解

仅限内部使用。 随时可以更改或删除此 API,而无需通知。

适用于