Version

CalendarInfoEventIds Enumeration

Uniquely identifies each CalendarInfo specific event
Syntax
'Declaration
 
Public Enum CalendarInfoEventIds 
   Inherits System.Enum
public enum CalendarInfoEventIds : System.Enum 
Members
MemberDescription
AfterActiveDayChangedEvent id that identifies the UltraCalendarInfo.AfterActiveDayChanged event
AfterAlternateSelectedDateRangeChangeEvent id that identifies the UltraCalendarInfo.AfterAlternateSelectedDateRangeChange event
AfterAppointmentAddedEvent id that identifies the UltraCalendarInfo.AfterAppointmentAdded event
AfterAppointmentRemovedEvent id that identifies the UltraCalendarInfo.AfterAppointmentRemoved event
AfterCloseAppointmentDialogEvent id that identifies the UltraCalendarInfo.AfterCloseAppointmentDialog event
AfterCloseAppointmentRecurrenceDialogEvent id that identifies the UltraCalendarInfo.AfterCloseAppointmentRecurrenceDialog event
AfterCloseReminderDialogEvent id that identifies the UltraCalendarInfo.AfterCloseReminderDialog event
AfterHolidayAddedEvent id that identifies the UltraCalendarInfo.AfterHolidayAdded event
AfterHolidayRemovedEvent id that identifies the UltraCalendarInfo.AfterHolidayRemoved event
AfterInvokeAppointmentActionEvent id that identifies the UltraCalendarInfo.AfterInvokeAppointmentAction event
AfterNoteAddedEvent id that identifies the UltraCalendarInfo.AfterNoteAdded event
AfterNoteRemovedEvent id that identifies the UltraCalendarInfo.AfterNoteRemoved event
AfterRecurringAppointmentDeletedEvent id that identifies the UltraCalendarInfo.AfterRecurringAppointmentDeleted event.
AfterSelectedAppointmentsChangeEvent id that identifies the UltraCalendarInfo.AfterSelectedAppointmentsChange event
AfterSelectedDateRangeChangeEvent id that identifies the UltraCalendarInfo.AfterSelectedDateRangeChange event
AfterSelectedHolidaysChangeEvent id that identifies the UltraCalendarInfo.AfterSelectedHolidaysChange event
AfterSelectedNotesChangeEvent id that identifies the UltraCalendarInfo.AfterSelectedNotesChange event
AppointmentDataErrorEvent id that identifies the UltraCalendarInfo.AppointmentDataError event.
AppointmentDataInitializedEvent id that identifies the UltraCalendarInfo.AppointmentDataInitialized event.
BeforeActiveDayChangedEvent id that identifies the UltraCalendarInfo.BeforeActiveDayChanged event
BeforeAlternateSelectedDateRangeChangeEvent id that identifies the UltraCalendarInfo.BeforeAlternateSelectedDateRangeChange event
BeforeAppointmentAddedEvent id that identifies the UltraCalendarInfo.BeforeAppointmentAdded event
BeforeAppointmentRemovedEvent id that identifies the UltraCalendarInfo.BeforeAppointmentRemoved event
BeforeDisplayAppointmentDialogEvent id that identifies the UltraCalendarInfo.BeforeDisplayAppointmentDialog event
BeforeDisplayAppointmentRecurrenceDialogEvent id that identifies the UltraCalendarInfo.BeforeDisplayAppointmentRecurrenceDialog event
BeforeDisplayReminderDialogEvent id that identifies the UltraCalendarInfo.BeforeDisplayReminderDialog event
BeforeHolidayAddedEvent id that identifies the UltraCalendarInfo.BeforeHolidayAdded event
BeforeHolidayRemovedEvent id that identifies the UltraCalendarInfo.BeforeHolidayRemoved event
BeforeInvokeAppointmentActionEvent id that identifies the UltraCalendarInfo.BeforeInvokeAppointmentAction event
BeforeNoteAddedEvent id that identifies the UltraCalendarInfo.BeforeNoteAdded event
BeforeNoteRemovedEvent id that identifies the UltraCalendarInfo.BeforeNoteRemoved event
BeforeRecurringAppointmentDeletedEvent id that identifies the UltraCalendarInfo.BeforeRecurringAppointmentDeleted event.
BeforeSelectedAppointmentsChangeEvent id that identifies the UltraCalendarInfo.BeforeSelectedAppointmentsChange event
BeforeSelectedDateRangeChangeEvent id that identifies the UltraCalendarInfo.BeforeSelectedDateRangeChange event
BeforeSelectedHolidaysChangeEvent id that identifies the UltraCalendarInfo.BeforeSelectedHolidaysChange event
BeforeSelectedNotesChangeEvent id that identifies the UltraCalendarInfo.BeforeSelectedNotesChange event
CalendarInfoChangedEvent id that identifies the UltraCalendarInfo.CalendarInfoChanged event
InitializeDayEvent id that identifies the UltraCalendarInfo.InitializeDay event
InitializeMonthEvent id that identifies the UltraCalendarInfo.InitializeMonth event
InitializeWeekEvent id that identifies the UltraCalendarInfo.InitializeWeek event
InitializeYearEvent id that identifies the UltraCalendarInfo.InitializeYear event
NoteDataErrorEvent id that identifies the UltraCalendarInfo.NoteDataError event.
NoteDataInitializedEvent id that identifies the UltraCalendarInfo.NoteDataInitialized event.
OwnerDataErrorEvent id that identifies the UltraCalendarInfo.OwnerDataError event.
OwnerDataInitializedEvent id that identifies the UltraCalendarInfo.OwnerDataInitialized event.
ProjectDataErrorIdentifies the ProjectDataError event.
ProjectDataInitializedIdentifies the ProjectDataInitialized event.
TaskConstraintViolationIdentifies the TaskConstraintViolation event.
TaskDataErrorIdentifies the TaskDataError event.
TaskDataInitializedIdentifies the TaskDataInitialized event.
TaskWorkingHourViolationIdentifies the TaskWorkingHourViolation event.
ValidateAppointmentEvent id that identifies the UltraCalendarInfo.ValidateAppointment event.
ValidateAppointmentRecurrenceEvent id that identifies the UltraCalendarInfo.ValidateAppointmentRecurrence event.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also