The event arguments for the OnUpdate event.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class SchedulerUpdateEventArgs : EventArgs
Inheritance: objectEventArgsSchedulerUpdateEventArgs
Inherited Members
Constructors
C#
public SchedulerUpdateEventArgs()
Properties
Expresses whether the user wants to update a single occurrence or the entire series of a recurring appointment.
C#
public SchedulerRecurrenceEditMode EditMode { get; set; }
Remarks:
Occurrence - the user wants to update a single occurrence of a recurring appointment. Series - the user wants to update the entire series of a recurring appointment.