Table of Contents

Property Source

Namespace
Terminal.Gui.Input
Assembly
Terminal.Gui.dll

Source

Gets or sets the View that is the origin of this binding.

public View? Source { readonly get; set; }

Property Value

View

Remarks

For key bindings, this is the view where the binding was added.

For mouse bindings, this is the view that received the mouse event.

For programmatic invocations, this is the view that called InvokeCommand(Command).