Click or drag to resize

TimerEventArgsResetTickCount Property

Gets or sets a value that indicates whether the tick count should be reset.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool ResetTickCount { get; set; }

Property Value

Type: Boolean
to reset the tick count after the event handler returns; otherwise, . The default value is .
See Also