Table of Contents

Property Action

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Action

Gets or sets the action to be invoked when the shortcut key is pressed or the shortcut is clicked on with the mouse.

[CanBeNull]
public Action Action { get; set; }

Property Value

Action

Remarks

Note, the Accept event is fired first, and if cancelled, the event will not be invoked.