Table of Contents

Event UnGrabbingMouse

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

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

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

event EventHandler<GrabMouseEventArgs>? UnGrabbingMouse

Returns

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