Compartir a través de


VisualElement.FocusChangeRequested Evento

Definición

Precaución

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

Se produce cuando se solicita un cambio de foco.

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) 

Tipo de evento

Implementaciones

Atributos

Comentarios

Solo para uso interno. Esta API se puede cambiar o quitar sin previo aviso en cualquier momento.

Se aplica a