[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.TaskDialogButtonClickEventHandler

TaskDialogButtonClickEventHandler Delegate

Represents a method that handles the ButtonClick event.

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

The source of the event.

TaskDialogButtonClickEventArgs e

A TaskDialogButtonClickEventArgs object that contains the event data.

Constructors

Name Description
TaskDialogButtonClickEventHandler(object, IntPtr)

Methods

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