Table of Contents

Method OnLinkClicked

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

OnLinkClicked(MarkdownLinkEventArgs)

Called when a hyperlink is clicked, before the LinkClicked event is raised.

protected virtual bool OnLinkClicked(MarkdownLinkEventArgs args)

Parameters

args MarkdownLinkEventArgs

The event data containing the link URL.

Returns

bool

true if the link click was handled and no further processing should occur.