Event MouseEnter
Event fired when the view receives the mouse event for the first time.
public event Action<View.MouseEventArgs> MouseEnter
Returns
- Action<View.MouseEventArgs>
- Event fired when the view receives the mouse event for the first time.