Event MouseEnter | Terminal.Gui v2 (original) (raw)
Namespace
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
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.