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