[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.TaskDialogTimerTickEventHandler

TaskDialogTimerTickEventHandler Delegate

Represents a method that handles the TimerTick event.

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

The source of the event.

TaskDialogTimerTickEventArgs e

A TaskDialogTimerTickEventArgs object that contains the event data.

Constructors

Name Description
TaskDialogTimerTickEventHandler(object, IntPtr)

Methods

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