VisualElement.Focused Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the element receives focus.
public event EventHandler<Xamarin.Forms.FocusEventArgs> Focused;
member this.Focused : EventHandler<Xamarin.Forms.FocusEventArgs>
Event Type
System.EventHandler<FocusEventArgs>
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.