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

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