C1.Silverlight.Schedule.5 Assembly > C1.Silverlight.Schedule Namespace : C1Scheduler Class |
For a list of all members of this type, see C1Scheduler members.
Name | Description | |
---|---|---|
AppointmentAdded | Occurs when an C1.C1Schedule.Appointment object is added. | |
AppointmentChanged | Occurs when an C1.C1Schedule.Appointment object is changed. | |
AppointmentCustomAction | Occurs immediately before a custom action of an C1.C1Schedule.Appointment object executes. | |
AppointmentDeleted | Occurs when an C1.C1Schedule.Appointment object is deleted. | |
AppointmentRecurrenceStateChanged | Occurs when the RecurrenceState property of an C1.C1Schedule.Appointment object is changed. | |
BeforeAppointmentDrop | Occurs before an C1.C1Schedule.Appointment object is dropped by end-user. | |
BeforeAppointmentResize | Occurs before an C1.C1Schedule.Appointment object is resized by end-user. | |
BeforeAppointmentSave | Occurs before an C1.C1Schedule.Appointment is saved by end-user. | |
BeforeViewChange | Occurs immediately before the next actions:
| |
BindingValidationError | (Inherited from System.Windows.FrameworkElement) | |
DataContextChanged | (Inherited from System.Windows.FrameworkElement) | |
DataSourceItemSynchronized | Occurs when changes made to one of the DataStorage collections (for example, to C1.C1Schedule.AppointmentStorage.Appointments) has been fully reflected in the storage underlying data source. | |
DragEnter | (Inherited from System.Windows.UIElement) | |
DragLeave | (Inherited from System.Windows.UIElement) | |
DragOver | (Inherited from System.Windows.UIElement) | |
Drop | (Inherited from System.Windows.UIElement) | |
EndChanged | Occurs when the End property value has been changed. | |
GotFocus | (Inherited from System.Windows.UIElement) | |
IsEnabledChanged | (Inherited from System.Windows.Controls.Control) | |
KeyDown | (Inherited from System.Windows.UIElement) | |
KeyUp | (Inherited from System.Windows.UIElement) | |
LayoutUpdated | (Inherited from System.Windows.FrameworkElement) | |
Loaded | (Inherited from System.Windows.FrameworkElement) | |
LostFocus | (Inherited from System.Windows.UIElement) | |
LostMouseCapture | (Inherited from System.Windows.UIElement) | |
MediaCommand | (Inherited from System.Windows.UIElement) | |
MouseEnter | (Inherited from System.Windows.UIElement) | |
MouseLeave | (Inherited from System.Windows.UIElement) | |
MouseLeftButtonDown | (Inherited from System.Windows.UIElement) | |
MouseLeftButtonUp | (Inherited from System.Windows.UIElement) | |
MouseMove | (Inherited from System.Windows.UIElement) | |
MouseRightButtonDown | (Inherited from System.Windows.UIElement) | |
MouseRightButtonUp | (Inherited from System.Windows.UIElement) | |
MouseWheel | (Inherited from System.Windows.UIElement) | |
ReminderAdded | Occurs after a C1.C1Schedule.Reminder object is added. | |
ReminderChanged | Occurs after a C1.C1Schedule.Reminder object is changed. | |
ReminderFire | Occurs when a reminder set on an appointment fires, before the Reminders dialog will be shown on a screen or activated. | |
ReminderRemoved | Occurs when a C1.C1Schedule.Reminder object is removed. | |
ReminderSnooze | Occurs when a C1.C1Schedule.Reminder object is snoozed. | |
SelectedAppointmentChanged | Occurs when the SelectedAppointment property value has been changed. | |
SelectedDateTimeChanged | Occurs when the SelectedDateTime property value has been changed. | |
SizeChanged | (Inherited from System.Windows.FrameworkElement) | |
StartChanged | Occurs when the Start property value has been changed. | |
StyleChanged | Occurs immediately after the control style has been changed. | |
TextInput | (Inherited from System.Windows.UIElement) | |
TextInputStart | (Inherited from System.Windows.UIElement) | |
TextInputUpdate | (Inherited from System.Windows.UIElement) | |
Unloaded | (Inherited from System.Windows.FrameworkElement) | |
UserAddingAppointment | Occurs before the Edit Appointment dialog appears on the screen as a result of:
| |
UserClosingAppointment | Occurs when user closes Edit Appointment dialog without saving. | |
UserDeletingAppointment | Occurs before the currently selected C1.C1Schedule.Appointment is deleted by a user or as a result of the DeleteAppointment method call or receiving the DeleteAppointmentCommand command. | |
UserEditingAppointment | Occurs before the Edit Appointment dialog appears on the screen for editing of an existing appointment, as a result of a double-click on the appointment in one of the default control views, the EditAppointmentDialog method call, or when an EditAppointmentDialogCommand command is received. |