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