Table of Contents

Event GrabbingMouse

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

Occurs when a view requests to grab the mouse; can be canceled.

Handlers can set e.Cancel to true to prevent the grab.

event EventHandler<GrabMouseEventArgs>? GrabbingMouse

Returns

EventHandler<GrabMouseEventArgs>
Occurs when a view requests to grab the mouse; can be canceled. Handlers can set e.Cancel to true to prevent the grab.