Condividi tramite


VisualElement.FocusChangeRequested Evento

Definizione

Attenzione

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

Si verifica quando viene richiesta una modifica dello stato attivo.

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 evento

Implementazioni

Attributi

Commenti

Solo per uso interno. Questa API può essere modificata o rimossa senza preavviso in qualsiasi momento.

Si applica a