Class RecurrenceEditorEvents
Configure event handlers to handle the events with the Recurrence component.
Inheritance
RecurrenceEditorEvents
Inherited Members
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public class RecurrenceEditorEvents : SfBaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
RecurrenceEditorEvents()
Declaration
public RecurrenceEditorEvents()
Properties
OnChange
The event triggers on the recurrence rule change.
Declaration
[Parameter]
public EventCallback<RecurrenceEditorChangeEventArgs> OnChange { get; set; }
Property Value
| Type |
|---|
| EventCallback<RecurrenceEditorChangeEventArgs> |
Methods
OnInitializedAsync()
Initializes the RecurrenceEditorEvents component and establishes the event delegation relationship with the parent RecurrenceEditor.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type | Description |
|---|---|
| Task | A task representing the asynchronous initialization operation. |
Overrides
Remarks
This method is called during the component initialization lifecycle. It performs the following operations:
- Calls the base class initialization to ensure proper parent class initialization.
- Registers this component instance as the event delegate for the parent SfRecurrenceEditor component.