Event MouseEnter | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Raised when the mouse moves over the View's Frame. MouseLeave will be raised when the mouse is no longer over the Frame. If another View occludes this View, the that View will also receive MouseEnter/Leave events.

public event EventHandler<CancelEventArgs>? MouseEnter

Returns

EventHandler<CancelEventArgs>

Raised when the mouse moves over the View's . will be raised when the mouse is no longer over the . If another View occludes this View, the that View will also receive MouseEnter/Leave events.