Version

UltraCalendarInfo Class Events

For a list of all members of this type, see UltraCalendarInfo members.

Public Events
 NameDescription
Public EventAfterActiveDayChangedFired after the ActiveDay is changed.  
Public EventAfterAlternateSelectedDateRangeChangeFired after a change has been made to the SelectedDateRanges collection.  
Public EventAfterAppointmentAddedFired after an Appointment has been added to the Appointments collection.  
Public EventAfterAppointmentRemovedFired after an Appointment has been removed from the Appointments collection.  
Public EventAfterCloseAppointmentDialogFired after an appointment dialog has been closed.  
Public EventAfterCloseAppointmentRecurrenceDialogFired after the RecurrenceDialog has been closed.  
Public EventAfterCloseReminderDialogFired after the reminder dialog has been closed.  
Public EventAfterHolidayAddedFired after a Holiday has been added to the Holidays collection.  
Public EventAfterHolidayRemovedFired after a Holiday has been removed from the Holidays collection.  
Public EventAfterInvokeAppointmentActionFired after the action for an appointment is invoked.  
Public EventAfterNoteAddedFired after a Note has been added to the Notes collection.  
Public EventAfterNoteRemovedFired after a Note is removed from the Notes collection.  
Public EventAfterRecurringAppointmentDeletedFired after an Appointment that is a member of a recurrence has been deleted.  
Public EventAfterSelectedAppointmentsChangeFired after a change is applied to the SelectedAppointments collection.  
Public EventAfterSelectedDateRangeChangeFired after a change has been made to the SelectedDateRanges collection.  
Public EventAfterSelectedHolidaysChangeFired after a change is applied to the SelectedHolidays collection.  
Public EventAfterSelectedNotesChangeFired after a change is applied to the SelectedNotes collection.  
Public EventAppointmentDataErrorFired when specific value in data source is invalid.  
Public EventAppointmentDataInitializedFired after appointment data is initialized or reinitialized.  
Public EventBeforeActiveDayChangedFired before the ActiveDay is changed.  
Public EventBeforeAlternateSelectedDateRangeChangeFired before a change is made to the AlternateSelectedDateRanges collection.  
Public EventBeforeAppointmentAddedFired before an Appointment is added to the Appointments collection.  
Public EventBeforeAppointmentRemovedFired before an Appointment is removed from the Appointments collection.  
Public EventBeforeDisplayAppointmentDialogFired before an appointment dialog is displayed.  
Public EventBeforeDisplayAppointmentRecurrenceDialogFired before the RecurrenceDialog is displayed.  
Public EventBeforeDisplayReminderDialogFired before a reminder dialog is displayed.  
Public EventBeforeHolidayAddedFired before a Holiday is added to the Holidays collection.  
Public EventBeforeHolidayRemovedFired before a Holiday is removed from the Holidays collection.  
Public EventBeforeInvokeAppointmentActionFired before the action for an appointment is invoked.  
Public EventBeforeNoteAddedFired before a Note is added to the Notes collection.  
Public EventBeforeNoteRemovedFired before a Note is removed from the Notes collection.  
Public EventBeforeRecurringAppointmentDeletedFired before an Appointment that is a member of a recurrence is deleted.  
Public EventBeforeSelectedAppointmentsChangeFired before a change is applied to the SelectedAppointments collection.  
Public EventBeforeSelectedDateRangeChangeFired before a change is made to the SelectedDateRanges collection.  
Public EventBeforeSelectedHolidaysChangeFired before a change is applied to the SelectedHolidays collection.  
Public EventBeforeSelectedNotesChangeFired before a change is applied to the SelectedNotes collection.  
Public EventCalendarInfoChangedFired after any property has changed in the CalendarInfo object  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventInitializeDayFired when a Day is created  
Public EventInitializeMonthFired when a Month is created  
Public EventInitializeWeekFired when a Week is created.  
Public EventInitializeYearFired when a Year is created.  
Public EventNoteDataErrorFired when a specific value in data source is invalid.  
Public EventNoteDataInitializedFired after Note data is initialized or reinitialized.  
Public EventOwnerDataErrorFired when specific value in data source is invalid.  
Public EventOwnerDataInitializedFired after owner data is initialized or reinitialized.  
Public EventProjectDataErrorFired when an error occurs during the process of retrieving Project information from the data binding layer.  
Public EventProjectDataInitializedOccurs when a Project instance is created via data binding.  
Public EventTaskConstraintViolationFired when a property value is modified in such a way as to cause a task's Constraint to be violated.  
Public EventTaskDataErrorFired when an error occurs during the process of retrieving Task information from the data binding layer.  
Public EventTaskDataInitializedOccurs when a Task instance is created via data binding.  
Public EventTaskWorkingHourViolationFired when a task's StartDateTime or EndDateTime is set to a value which falls outside the working hour range when the TaskWorkingHourMode property is set to 'AutoAdjust'.  
Public EventValidateAppointmentFired before changes made to an Appointment from within the AppointmentDialog are committed.  
Public EventValidateAppointmentRecurrenceFired before changes made to an AppointmentRecurrence from within the RecurrenceDialog are committed.  
See Also