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,而无需通知。