Sdílet prostřednictvím


VisualElement.Unfocused Událost

Definice

Nastane, když je tento prvek nezaostřený.

public:
 event EventHandler<Microsoft::Maui::Controls::FocusEventArgs ^> ^ Unfocused;
public event EventHandler<Microsoft.Maui.Controls.FocusEventArgs> Unfocused;
member this.Unfocused : EventHandler<Microsoft.Maui.Controls.FocusEventArgs> 
Public Event Unfocused As EventHandler(Of FocusEventArgs) 

Event Type

Poznámky

Tato událost se neaktivuje, pokud prvek aktuálně nemá fokus.

Platí pro