# C1.Win.GanttView.TaskBarTooltipEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_TaskBarTooltipEventArgs" data-uid="C1.Win.GanttView.TaskBarTooltipEventArgs" class="text-break">TaskBarTooltipEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for <a class="xref" href="C1.Win.GanttView.C1GanttView.TaskBarTooltip.html">TaskBarTooltip</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">TaskBarTooltipEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.html">C1.Win.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_TaskBarTooltipEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TaskBarTooltipEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TaskBarTooltipEventArgs
    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_GanttView_TaskBarTooltipEventArgs__ctor_C1_Win_GanttView_BaseTask_System_String_" data-uid="C1.Win.GanttView.TaskBarTooltipEventArgs.#ctor(C1.Win.GanttView.BaseTask,System.String)">
          <a class="xref" href="C1.Win.GanttView.TaskBarTooltipEventArgs.-ctor.html#C1_Win_GanttView_TaskBarTooltipEventArgs__ctor_C1_Win_GanttView_BaseTask_System_String_">TaskBarTooltipEventArgs(BaseTask, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Provides data for <a class="xref" href="C1.Win.GanttView.C1GanttView.TaskBarClick.html">TaskBarClick</a> event.</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_GanttView_TaskBarTooltipEventArgs_Task" data-uid="C1.Win.GanttView.TaskBarTooltipEventArgs.Task">
          <a class="xref" href="C1.Win.GanttView.TaskBarTooltipEventArgs.Task.html#C1_Win_GanttView_TaskBarTooltipEventArgs_Task">Task</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.Win.GanttView.BaseTask.html">BaseTask</a> which is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TaskBarTooltipEventArgs_Tooltip" data-uid="C1.Win.GanttView.TaskBarTooltipEventArgs.Tooltip">
          <a class="xref" href="C1.Win.GanttView.TaskBarTooltipEventArgs.Tooltip.html#C1_Win_GanttView_TaskBarTooltipEventArgs_Tooltip">Tooltip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
