ValueChanged Property
ValueChanged
This Callback will gets and sets by Blazor framework automatically for binding feature.
Declaration
[Parameter]
public EventCallback<DateTime?> ValueChanged { get; set; }
<Parameter>
Public Property ValueChanged As EventCallback(Of Date?)