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

In This Topic
    DisplayDateChanged Property
    In This Topic
    Occurs when the DisplayDate property has changed.
    Syntax
    'Declaration
     
    
    Public Property DisplayDateChanged As EventHandler(Of PropertyChangedEventArgs(Of Date))
    public EventHandler<PropertyChangedEventArgs<DateTime>> DisplayDateChanged {get; set;}
    See Also