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

In This Topic
    ValueChanged Property (C1TimeEditor)
    In This Topic
    Gets or sets the callback that is called when the value changed.
    Syntax
    'Declaration
     
    
    Public Property ValueChanged As EventCallback(Of Nullable(Of Date))
    public EventCallback<Nullable<DateTime>> ValueChanged {get; set;}
    See Also