This commit is contained in:
@@ -30,6 +30,12 @@ namespace Volian.Controls.Library
|
||||
if (LinkClicked != null) LinkClicked(sender, args);
|
||||
else MessageBox.Show(args.LinkInfo.LinkText, "Unhandled Link Click", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
}
|
||||
public event DisplayPanelLinkEvent LinkModifyTran;
|
||||
internal void OnLinkModifyTran(object sender, DisplayLinkEventArgs args)
|
||||
{
|
||||
if (LinkModifyTran != null) LinkModifyTran(sender, args);
|
||||
else MessageBox.Show(args.LinkInfo.LinkText, "Unhandled Link Modify Tran", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
}
|
||||
public event DisplayPanelAttachmentEvent AttachmentClicked;
|
||||
internal void OnAttachmentClicked(object sender, DisplayPanelAttachmentEventArgs args)
|
||||
{
|
||||
|
Reference in New Issue
Block a user