共用方式為


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。

適用於