This is a migrated thread and some comments may be shown as answers.

Moving vs Resizing Appointment

1 Answer 84 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Nadia Sangiovanni
Top achievements
Rank 1
Nadia Sangiovanni asked on 21 Jun 2010, 04:32 PM
Hi,

Is there a way I could know if the user is moving an appointment or try to resize an appointment?

Regards,
Nadia

1 Answer, 1 is accepted

Sort by
0
Dobry Zranchev
Telerik team
answered on 24 Jun 2010, 04:32 PM
Hello Nadia Sangiovanni,

Thank you for writing.

The CollectionChanged event of the Appointments collection is fired for each change which concerns appointments. The NotifyCollectionChangedEventArgs contain the type of the action that is applied to the Appointments collection. When one resizes or moves an appointment, this action is ItemChanged.
 
You can also handle the AppointmentMouseDown, AppointmentMouseMove and AppointmentMouseUp events in order to execute custom logic on the different actions that one may perform to an appointment.

I hope this helps. Do not hesitate to contact us, if you have other questions.

Sincerely yours,
Dobry Zranchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Scheduler and Reminder
Asked by
Nadia Sangiovanni
Top achievements
Rank 1
Answers by
Dobry Zranchev
Telerik team
Share this question
or