Method OnEnter
OnEnter(View)
Method invoked when a view gets focus.
public override bool OnEnter(View view)
Parameters
viewViewThe view that is losing focus.
Returns
- bool
true, if the event was handled,falseotherwise.
Remarks
Also ensures that cursor is invisible after entering the GraphView.