Event GrabbingMouse | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

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

public static event Func<View, bool> GrabbingMouse

Returns

Func<View, bool>

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

Edit this page