# C1.Blazor.DateTimeEditors.C1DateTimeBase-1.HandleValuePropertyChanged

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_HandleValuePropertyChanged_" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.HandleValuePropertyChanged*">HandleValuePropertyChanged Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_HandleValuePropertyChanged_" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.HandleValuePropertyChanged*"></a>
<h4 id="C1_Blazor_DateTimeEditors_C1DateTimeBase_1_HandleValuePropertyChanged__1_C1_Blazor_DateTimeEditors_C1DateTimeBase__0____0___0_" data-uid="C1.Blazor.DateTimeEditors.C1DateTimeBase`1.HandleValuePropertyChanged``1(C1.Blazor.DateTimeEditors.C1DateTimeBase{`0},``0,``0)">HandleValuePropertyChanged&lt;TValue&gt;(C1DateTimeBase&lt;TTimeValue&gt;, TValue, TValue)</h4>
<div class="markdown level1 summary"><p>Generic function handle the value change.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected static void HandleValuePropertyChanged&lt;TValue&gt;(C1DateTimeBase&lt;TTimeValue&gt; datePicker, TValue value, TValue newValue)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Shared Sub HandleValuePropertyChanged(Of TValue)(datePicker As C1DateTimeBase(Of TTimeValue), value As TValue, newValue As TValue)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Blazor.DateTimeEditors.C1DateTimeBase-1.html">C1DateTimeBase</a>&lt;TTimeValue&gt;</td>
      <td><span class="parametername">datePicker</span></td>
      <td></td>
    </tr>
    <tr>
      <td><span class="xref">TValue</span></td>
      <td><span class="parametername">value</span></td>
      <td></td>
    </tr>
    <tr>
      <td><span class="xref">TValue</span></td>
      <td><span class="parametername">newValue</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="parametername">TValue</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
