# C1.Xamarin.Forms.Gauge.GaugeValueEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Xamarin_Forms_Gauge_GaugeValueEventArgs" data-uid="C1.Xamarin.Forms.Gauge.GaugeValueEventArgs" class="text-break">GaugeValueEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Argument passed when a value change event has triggered.</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">GaugeValueEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Xamarin.Forms.Gauge.html">C1.Xamarin.Forms.Gauge</a></h6>
  <h6><strong>Assembly</strong>: C1.Xamarin.Forms.Gauge.dll</h6>
  <h5 id="C1_Xamarin_Forms_Gauge_GaugeValueEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GaugeValueEventArgs : 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_Xamarin_Forms_Gauge_GaugeValueEventArgs__ctor_System_Double_" data-uid="C1.Xamarin.Forms.Gauge.GaugeValueEventArgs.#ctor(System.Double)">
          <a class="xref" href="C1.Xamarin.Forms.Gauge.GaugeValueEventArgs.-ctor.html#C1_Xamarin_Forms_Gauge_GaugeValueEventArgs__ctor_System_Double_">GaugeValueEventArgs(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Default constructor.</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_Xamarin_Forms_Gauge_GaugeValueEventArgs_Value" data-uid="C1.Xamarin.Forms.Gauge.GaugeValueEventArgs.Value">
          <a class="xref" href="C1.Xamarin.Forms.Gauge.GaugeValueEventArgs.Value.html#C1_Xamarin_Forms_Gauge_GaugeValueEventArgs_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>The value regarding the change.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
