Class GrabMouseEventArgs | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Args GrabMouse related events.

public class GrabMouseEventArgs : EventArgs

Inheritance

object

EventArgs

GrabMouseEventArgs

Inherited Members

EventArgs.Empty

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

Constructors

GrabMouseEventArgs(View)

Creates a new instance of the GrabMouseEventArgs class.

Properties

Cancel

Flag that allows the cancellation of the event. If set to true in the event handler, the event will be canceled.

View

Gets the view that grabbed the mouse.

Edit this page