Xamarin.Forms
VisualElement
Focused
Xamarin.Forms.VisualElement.Focused Event
Occurs when the element receives focus.
Syntax
public event
EventHandler<FocusEventArgs>
Focused
See Also
VisualElement.IsFocused
VisualElement.Focus()
Remarks
Focused event is raised whenever the VisualElement receives focus. This event is not bubbled through the Forms stack and is received directly from the native control. This event is emitted by the IsFocusedProperty setter.
Requirements
Namespace:
Xamarin.Forms
Assembly:
Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions:
1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0