menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RecurrenceEditorEvents - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RecurrenceEditorEvents

    Configure event handlers to handle the events with the Recurrence component.

    Inheritance
    System.Object
    SfBaseComponent
    RecurrenceEditorEvents
    Inherited Members
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RecurrenceEditorEvents : SfBaseComponent

    Constructors

    RecurrenceEditorEvents()

    Declaration
    public RecurrenceEditorEvents()

    Properties

    OnChange

    The event triggers on the recurrence rule change.

    Declaration
    public EventCallback<RecurrenceEditorChangeEventArgs> OnChange { get; set; }
    Property Value
    Type
    Microsoft.AspNetCore.Components.EventCallback<RecurrenceEditorChangeEventArgs>

    Methods

    OnInitializedAsync()

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