Click or drag to resize

TaskDialogOnTimer Method

Raises the Timer event.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected virtual void OnTimer(
	TimerEventArgs e
)

Parameters

e
Type: Ookii.Dialogs.WpfTimerEventArgs
The TimerEventArgs containing the data for the event.
See Also