Skip to content

Commit a237592

Browse files
Update components/scheduler/editing/edit-appointments.md
Co-authored-by: Yordan <[email protected]>
1 parent 40535f1 commit a237592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/scheduler/editing/edit-appointments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ There are two other events that you are not required to handle - you can use the
4545
* `OnEdit` does not fire when the user drags to resize or move appointments, it fires only for the advanced edit form (double clicks on the appointment).
4646
* `OnCancel` - fires when the user clicks the `Cancel` button in the edit form or the `[x]` close button at the window titlebar to discard the changes they just made to an appointment.
4747

48-
The event arguments that are received by the `OnEdit`, `OnUpdate`, and `OnDelete` events include a `EditMode` property that indicates whether the user chose to delete the entire series (`SchedulerRecurrenceEditMode.Series`) or only a single occurrence (`SchedulerRecurrenceEditMode.Occurrence`). For detailed information and examples, see the [Handling Recurring Appointments in CRUD Events](slug:scheduler-recurrence#handling-recurring-appointments-in-crud-events) section.
48+
The event arguments that are received by the `OnEdit`, `OnUpdate`, and `OnDelete` events include an `EditMode` property that indicates whether the user has chosen to delete the entire series (`SchedulerRecurrenceEditMode.Series`) or only a single occurrence (`SchedulerRecurrenceEditMode.Occurrence`). For detailed information and examples, see the [Handling Recurring Appointments in CRUD Events](slug:scheduler-recurrence#handling-recurring-appointments-in-crud-events) section.
4949

5050

5151
## User Experience

0 commit comments

Comments
 (0)