Udostępnij za pośrednictwem


VisualElement.FocusChangeRequested Zdarzenie

Definicja

Przestroga

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

Występuje, gdy zażądano zmiany fokusu.

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) 

Typ zdarzenia

Implementuje

Atrybuty

Uwagi

Tylko do użytku wewnętrznego. Ten interfejs API można zmienić lub usunąć bez powiadomienia w dowolnym momencie.

Dotyczy