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.

public Action? Action { get; set; }

Property Value

Action

Remarks

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