Click or drag to resize

TaskDialogOnHyperlinkClicked Method

Raises the HyperlinkClicked event.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected virtual void OnHyperlinkClicked(
	HyperlinkClickedEventArgs e
)

Parameters

e
Type: Ookii.DialogsHyperlinkClickedEventArgs
The HyperlinkClickedEventArgs containing the data for the event.
See Also