6 references to LinkClicked
System.Windows.Forms (5)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogLinkClickedEventArgs.cs (1)
7
/// Provides data for the <see cref="TaskDialogPage.
LinkClicked
"/> event.
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (4)
521
/// When the user clicks on such a link, the <see cref="
LinkClicked
"/>
532
/// Link execution must be handled in the <see cref="
LinkClicked
"/> event.
1058
/// Raises the <see cref="
LinkClicked
"/> event.
1061
protected internal void OnLinkClicked(TaskDialogLinkClickedEventArgs e) =>
LinkClicked
?.Invoke(this, e);
WinFormsControlsTest (1)
TaskDialogSamples.cs (1)
553
page.
LinkClicked
+= (_, e) =>