public class TaskDialogTickEventArgs : EventArgsPublic Class TaskDialogTickEventArgs
Inherits EventArgspublic ref class TaskDialogTickEventArgs : public EventArgstype TaskDialogTickEventArgs =
class
inherit EventArgs
end| Elapsed | Gets the elapsed time, in milliseconds, since the dialog is created or reallocated due to a special property change, or the last reset. |
| Reset |
Gets or sets whether the timer should be reset. If set to , the Elapsed property
of the next Tick event will be relative to the current time rather than continuing from the current Elapsed value.
Default value: . |