VisualElement.Focused Event

Definition

Occurs when the element receives focus.

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

Event Type

Remarks

Focused event is raised whenever the VisualElement receives 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

See also