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

In This Topic
    OnValueChanged Property (C1DateTimePicker)
    In This Topic
    Gets or sets the callback that is called when the value is changed.
    Syntax
    'Declaration
     
    
    Public Property OnValueChanged As EventHandler(Of DateTimeValueChangedEventArgs)
    public EventHandler<DateTimeValueChangedEventArgs> OnValueChanged {get; set;}
    See Also