VisualElement.FocusChangeRequested 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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。