Method OnMouseEnter | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
OnMouseEnter(MouseEvent)
Method invoked when a mouse event is generated for the first time.
public virtual bool OnMouseEnter(MouseEvent mouseEvent)
Parameters
mouseEvent
MouseEvent
Returns
true
, if the event was handled, false
otherwise.