[]
Represents a method that handles the HyperlinkClick event.
public delegate void TaskDialogHyperlinkClickEventHandler(object sender, TaskDialogHyperlinkClickEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| TaskDialogHyperlinkClickEventArgs | e | A TaskDialogHyperlinkClickEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| TaskDialogHyperlinkClickEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, TaskDialogHyperlinkClickEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, TaskDialogHyperlinkClickEventArgs) |