VisualElement.Unfocused Event

Definition

Occurs when the element loses focus.

public event EventHandler<Xamarin.Forms.FocusEventArgs> Unfocused;
member this.Unfocused : EventHandler<Xamarin.Forms.FocusEventArgs> 

Event Type

Remarks

Unfocused event is raised whenever the VisualElement loses focus. This event is not bubbled through the Xamarin.Forms stack and is received directly from the native control. This event is emitted by the IsFocusedProperty setter.

Applies to