Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / C1Calendar Class / SelectedDateChanged Property

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