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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Invoked when a view wants un-grab the mouse; can be canceled.

public static event EventHandler<GrabMouseEventArgs>? UnGrabbingMouse

Returns

EventHandler<GrabMouseEventArgs>

Invoked when a view wants un-grab the mouse; can be canceled.

Edit this page