[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.TaskDialogHyperlinkClickEventHandler

TaskDialogHyperlinkClickEventHandler Delegate

Represents a method that handles the HyperlinkClick event.

Namespace: C1.Win.C1Win7Pack
Assembly: C1.Win.C1Win7Pack.4.8.dll
Syntax
public delegate void TaskDialogHyperlinkClickEventHandler(object sender, TaskDialogHyperlinkClickEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

TaskDialogHyperlinkClickEventArgs e

A TaskDialogHyperlinkClickEventArgs object that contains the event data.

Constructors

Name Description
TaskDialogHyperlinkClickEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, TaskDialogHyperlinkClickEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, TaskDialogHyperlinkClickEventArgs)