Method OnMouseEnter | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

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

bool

true, if the event was handled, false otherwise.

Edit this page