Skip to content
This repository was archived by the owner on Nov 15, 2025. It is now read-only.
This repository was archived by the owner on Nov 15, 2025. It is now read-only.

New Property to LinkClickedEventArgs.cs #9

Description

@SaveFeelix

Can you add a Property to LinkedClickedEventArgs.cs which store the Clicked Text?

using ModernWpf.Toolkit.UI.Controls;

namespace Test 
{
    public class TestWindow : Window
    {

        private void MarkdownTextBlock_OnLinkClicked(object sender, LinkClickedEventArgs e)
        {
            e.Link // Link behind the clicked Text (Already exists)
            e.ClickedText // New Property which store the clicked Text
        }
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions