Vcl.Markdown.TMDCustomControl.OnLinkClick
Prototype
property OnLinkClick: TLinkEvent read FOnLinkClick write FOnLinkClick;
Description
Occurs when a link is clicked.
aType contains the type of link (link, anchor, custom). aURI contains the relative or absolute URI. aResourcePath contains the root path after loading with LoadFromURI. Return aHandled to true to break the processing chain. If aHandled returns false and a TMDStyle is associated with the control, TMDStyle.OnLinkClick is invoked. If aHandled still returns false, DoLinkDefault is invoked.