Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148483 | Oct 22,2019 08:58 AM UTC | Oct 23,2019 10:30 AM UTC | WinForms | 1 |
![]() |
Tags: ScheduleControl |
//To notify that an appointment is moved from a date to another date.
scheduleControl1.ItemChanged += ScheduleControl1_ItemChanged;
//To notify that item is changed in the view.
scheduleControl1.Calendar.SelectedDates.SelectionsChanged += SelectedDates_SelectionsChanged;
private void SelectedDates_SelectionsChanged(object sender, EventArgs e)
{
//Code to implement
}
private void ScheduleControl1_ItemChanged(object sender, ScheduleAppointmentEventArgs e)
{
//Code to implement
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.