Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalendarEvents<TValue> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CalendarEvents<TValue>

    Specifies the Calendar Events of the component.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    CalendarEvents<TValue>
    Namespace: Syncfusion.Blazor.Calendars
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CalendarEvents<TValue> : SfBaseComponent
    Type Parameters
    Name Description
    TValue

    Constructors

    CalendarEvents()

    Declaration
    public CalendarEvents()

    Properties

    Created

    Triggers when Calendar is created.

    Declaration
    public EventCallback<object> Created { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Object>

    DeSelected

    Triggers after deselecting the value from Calendar. This event will trigger when enable the multiple date selection.

    Declaration
    public EventCallback<DeSelectedEventArgs<TValue>> DeSelected { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<DeSelectedEventArgs<TValue>>

    Destroyed

    Triggers when Calendar is destroyed.

    Declaration
    public EventCallback<object> Destroyed { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Object>

    Navigated

    Triggers when the Calendar is navigated to another level or within the same level of view.

    Declaration
    public EventCallback<NavigatedEventArgs> Navigated { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<NavigatedEventArgs>

    OnRenderDayCell

    Triggers when each day cell of the Calendar is rendered.

    Declaration
    public EventCallback<RenderDayCellEventArgs> OnRenderDayCell { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<RenderDayCellEventArgs>

    Selected

    Triggers after selecting the value from Calendar.

    Declaration
    public EventCallback<SelectedEventArgs<TValue>> Selected { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<SelectedEventArgs<TValue>>

    ValueChange

    Triggers when the Calendar value is changed.

    Declaration
    public EventCallback<ChangedEventArgs<TValue>> ValueChange { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<ChangedEventArgs<TValue>>

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved