Method OnEnter
OnEnter(View)
Method invoked when a view gets focus.
public override bool OnEnter(View view)
Parameters
view
ViewThe view that is losing focus.
Returns
- bool
true
, if the event was handled,false
otherwise.
Method invoked when a view gets focus.
public override bool OnEnter(View view)
view
ViewThe view that is losing focus.
true
, if the event was handled, false
otherwise.