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

In This Topic
    ValueChanged Property (C1DatePicker)
    In This Topic
    This Callback will gets and sets by 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