Merge pull request #968 from telerik/didi/fix-calendar

add gif for calendar events
This commit is contained in:
Didi Yordanova 2021-11-08 14:18:47 +02:00 коммит произвёл GitHub
Родитель ef1a44c957 35d83d9b3e
Коммит 235e8d47de
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 7 удалений

Двоичные данные
controls/calendar/images/scheduling-events.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 4.8 MiB

Просмотреть файл

@ -1,12 +1,12 @@
---
title: Events
page_title: Xamarin Calendar Documentation | Appointments
page_title: Xamarin Calendar Documentation | Scheduling Events
description: Check our "Scheduling" documentation article for Telerik Calendar for Xamarin control.
position: 4
slug: calendar-scheduling-events
---
# Scheduling Events
# Scheduling UI Events
Since R3 2021 Service Pack Calendar's Scheduling UIs for Xamarin exposes events for appointments changes:
@ -25,11 +25,10 @@ Since R3 2021 Service Pack Calendar's Scheduling UIs for Xamarin exposes events
* `OccurrenceAction` property of type *OccurrenceAction* which gets the action performed over the occurrence.
The `OccurrenceAction` enumeration specifies an action performed over an exception occurrence. The actions are:
* `None`: No action is performed over the exception occurrence of the recurrent appointment.
* `Add`: When an exception occurence of the recurrent appointment is added.
* `Update`: When an exception occurence of the recurrent appointment is updated.
* `Delete`: When an exception occurence of the recurrent appointment is deleted.
* `None`: No action is performed over the exception occurrence of the recurrent appointment.
* `Add`: When an exception occurence of the recurrent appointment is added.
* `Update`: When an exception occurence of the recurrent appointment is updated.
* `Delete`: When an exception occurence of the recurrent appointment is deleted.
* **AppointmentDeleted**(AppointmentChangedEventAgrs): Occurs when appointment is deleted.
* The `sender` argument which is of type *object*, but can be cast to the *RadCalendar* type.
@ -52,6 +51,8 @@ Events:
<snippet id='calendar-schedulingui-events-handlers'/>
![Scheduling UI Events](../images/scheduling-events.gif)
## See Also
* [View Modes]({%slug calendar-features-navigation-and-view-mode%})