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()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type | Description |
|---|---|
| Task | A System.Threading.Tasks.Task representing any asynchronous operation. |