# C1.Blazor.DateTimeEditors.C1TimeEditor.ValueChanged

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Blazor_DateTimeEditors_C1TimeEditor_ValueChanged_" data-uid="C1.Blazor.DateTimeEditors.C1TimeEditor.ValueChanged*">ValueChanged Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Blazor_DateTimeEditors_C1TimeEditor_ValueChanged_" data-uid="C1.Blazor.DateTimeEditors.C1TimeEditor.ValueChanged*"></a>
<h4 id="C1_Blazor_DateTimeEditors_C1TimeEditor_ValueChanged" data-uid="C1.Blazor.DateTimeEditors.C1TimeEditor.ValueChanged">ValueChanged</h4>
<div class="markdown level1 summary"><p>Gets or sets the callback that is called when the value changed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Parameter]
public EventCallback&lt;DateTime?&gt; ValueChanged { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Parameter&gt;
Public Property ValueChanged As EventCallback(Of Date?)</code></pre>
</div>
</div>
