Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1DateTimePicker Class / ValueChanged Property

In This Topic
    ValueChanged Property (C1DateTimePicker)
    In This Topic
    This Callback will gets and sets by Blazor framework automatically for binding feature.
    Syntax
    'Declaration
     
    
    Public Property ValueChanged As EventCallback(Of Nullable(Of Date))
    public EventCallback<Nullable<DateTime>> ValueChanged {get; set;}
    See Also