# C1.Win.C1Win7Pack.TaskDialogTimerTickEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Win7Pack_TaskDialogTimerTickEventArgs" data-uid="C1.Win.C1Win7Pack.TaskDialogTimerTickEventArgs" class="text-break">TaskDialogTimerTickEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="C1.Win.C1Win7Pack.C1TaskDialog.TimerTick.html">TimerTick</a> event.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">TaskDialogTimerTickEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Win7Pack.html">C1.Win.C1Win7Pack</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Win7Pack.4.8.dll</h6>
  <h5 id="C1_Win_C1Win7Pack_TaskDialogTimerTickEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TaskDialogTimerTickEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TaskDialogTimerTickEventArgs
    Inherits EventArgs</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Win7Pack_TaskDialogTimerTickEventArgs__ctor_System_Int32_" data-uid="C1.Win.C1Win7Pack.TaskDialogTimerTickEventArgs.#ctor(System.Int32)">
          <a class="xref" href="C1.Win.C1Win7Pack.TaskDialogTimerTickEventArgs.-ctor.html#C1_Win_C1Win7Pack_TaskDialogTimerTickEventArgs__ctor_System_Int32_">TaskDialogTimerTickEventArgs(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Win7Pack.TaskDialogTimerTickEventArgs.html">TaskDialogTimerTickEventArgs</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Win7Pack_TaskDialogTimerTickEventArgs_ResetTimer" data-uid="C1.Win.C1Win7Pack.TaskDialogTimerTickEventArgs.ResetTimer">
          <a class="xref" href="C1.Win.C1Win7Pack.TaskDialogTimerTickEventArgs.ResetTimer.html#C1_Win_C1Win7Pack_TaskDialogTimerTickEventArgs_ResetTimer">ResetTimer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the timer should be reset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_TaskDialogTimerTickEventArgs_Ticks" data-uid="C1.Win.C1Win7Pack.TaskDialogTimerTickEventArgs.Ticks">
          <a class="xref" href="C1.Win.C1Win7Pack.TaskDialogTimerTickEventArgs.Ticks.html#C1_Win_C1Win7Pack_TaskDialogTimerTickEventArgs_Ticks">Ticks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of milliseconds since the dialog was created or since resetting the timer.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
