Method OnLeave
OnLeave(View)
Method invoked when a view loses focus.
public override bool OnLeave(View view)
Parameters
viewViewThe view that is getting focus.
Returns
- bool
true, if the event was handled,falseotherwise.
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.