The following tables list the members exposed by UltraCalendarInfo.
Name | Description | |
---|---|---|
UltraCalendarInfo Constructor | Overloaded. |
Name | Description | |
---|---|---|
ActiveDay | Gets/sets the Day object which represents the currently active day. | |
AllDayEventEndTimeBoundary | Gets/sets a value which determines the manner in which an all-day appointment's EndDateTime is resolved when it coincides exactly with midnight. | |
AllowAllDayEvents | Gets/sets whether AllDayEvents will be allowed. | |
AllowRecurringAppointments | Gets/sets whether recurring Appointments are supported. | |
AlternateSelectedDateRanges | Collection that holds DateRange objects representing a range of days that are currently selected. Used by UltraScheduleControlBase-derived controls whose UltraScheduleControlBase.UseAlternateSelectedDateRanges property is set to true. | |
AlternateSelectTypeDay | Returns the selection type used for selecting days for UltraScheduleControlBase-derived controls whose UltraScheduleControlBase.UseAlternateSelectedDateRanges property is set to true. | |
Appearances | Returns or sets the collection of user-defined Infragistics.Win.Appearance objects. | |
AppointmentActionsEnabled | Determines if actions and reminders for owners are enabled by default. | |
Appointments | Returns the collection of Appointment objects. | |
Container | (Inherited from System.ComponentModel.Component) | |
CustomTaskColumns | Returns a collection of TaskColumn objects. | |
DataBindingsForAppointments | Data binding properties for appointments. | |
DataBindingsForNotes | Exposes properties related to data binding for the Notes collection. | |
DataBindingsForOwners | Data binding properties for owners. | |
DataBindingsForProjects | Provides data binding support for the Projects collection. | |
DataBindingsForTasks | Provides data binding support for the Tasks collection. | |
DateSettings | Returns a collection of CalendarDateSettings objects which expose TimeSlot-related properties that apply to a specific date. | |
DaysOfMonth | Returns a collection of 31 DayOfMonth objects. | |
DaysOfWeek | Returns a collection of 7 DayOfWeek objects. | |
DaysOfYear | Returns a collection of 366 DayOfYear objects. | |
DialogOwner | Returns or sets a form that will be used as the owner of any dialog that this component shows. | |
EventManager | The object that enables, disables and controls firing of CalendarInfo specific events. | |
FirstDayOfWeek | Returns or sets the DayOfWeek used as the first day of the week for various date calculations. | |
FirstDayOfWeekResolved | Returns the day of the week considered the start of the week. | |
Holidays | Returns a collection of Holiday objects. | |
LogicalDayDuration | Gets/sets the maximum logical length of the day. | |
LogicalDayOffset | Gets/sets the offset, from midnight, for the start of the day. | |
MaxAlternateSelectedDays | Returns or sets the maximum number of days that can be selected at any one time for UltraScheduleControlBase-derived controls whose UltraScheduleControlBase.UseAlternateSelectedDateRanges property is set to true. | |
MaxDate | Returns or sets the maximum date allowed. | |
MaxSelectedDays | Returns or sets the maximum number of days that can be selected at any one time. | |
MinDate | Returns or sets the minimum date allowed. | |
MonthsOfYear | Returns a collection of 12 MonthOfYear objects. | |
Notes | Returns the Notes collection. | |
Owners | Returns the collection of Owner objects. | |
Projects | Returns a collection of Project objects to which a Task can be associated. | |
ReminderImage | Returns or sets the System.Drawing.Image object used in the ReminderDialog. | |
SaveSettings | Indicates whether this component should automatically save its user configuration settings. | |
SaveSettingsCategories | Gets or sets the type of information that should be saved and loaded automatically | |
SaveSettingsFormat | Gets or sets the format in which the user customizations settings will be saved and loaded | |
SelectedAppointments | Returns the collection of selected Appointment objects. | |
SelectedDateRanges | Collection that holds DateRange objects representing a range of days that are currently selected. | |
SelectedHolidays | Returns the collection of selected Holiday objects. | |
SelectedNotes | Returns the collection of selected Note objects. | |
SelectTypeActivity | Returns or sets the selection type used for selecting activity items. | |
SelectTypeDay | Returns the selection type used for selecting days. | |
SettingsKey | A unique string that distinguishes this UltraCalendarInfo form others in the solution it is being used in. This is needed to store user configuration settings. | |
Site | (Inherited from System.ComponentModel.Component) | |
SpellCheckerForActivityDescription | Gets/sets the component that will perform spell checking on the description field of an acivity. | |
SpellCheckerForAppointmentSubject | Gets/sets the component that will perform spell checking on the subject field of an appointment. | |
StyleLibraryName | Returns or sets the name of the style library that should be used to obtain the style information for use by the appointment dialogs. | |
StyleSetName | Returns or sets the name of the styleset in the Infragistics.Win.AppStyling.StyleManager that should be used by the appointment dialogs. | |
Tag | User defined data associated with the component. | |
TaskDurationWorkingTimePerDay | Returns or sets a value indicating the amount of time considered to be in one workday when a task's duration is parsed or formatted. | |
TaskDurationWorkingTimePerDayResolved | Returns the resolved value of the TaskDurationWorkingTimePerDay property. | |
Tasks | Returns a collection of Task objects. | |
TaskWorkingHourMode | Returns or sets a value indicating whether a task's duration is automatically adjusted to account for non-working hours. | |
UseAppStyling | Returns or sets whether the appointment dialogs should use application styling. | |
VisibleOwners | Returns the collection of Owner objects that have their Visible property set to true. | |
WeekRule | The rule used to determine the how the first week of the year is calculated. | |
WeeksOfYear | Returns a collection of 54 WeekOfYear objects. | |
WorkDaysPerWeek | Returns the number of DayOfWeek objects contained within the DaysOfWeek collection whose IsWorkDay property returns true. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) | |
SubObjectPropChangeHandler | Returns the event handler that notifies OnSubObjectPropChanged |
Name | Description | |
---|---|---|
ActivateDay | Creates a Day object for the specified DateTime if one has not already been created, and assigns that instance to the ActiveDay property. | |
CheckAppointmentReminders | Forces a reminder check, causing the BeforeDisplayReminderDialog event to fire for any Appointment objects whose reminder is past due. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
DisplayAppointmentDialog | Overloaded. Display an Appointment Dialog for an existing Appointment. | |
Dispose | Overloaded. Overridden. Releases the unmanaged resources used by the System.ComponentModel.Component and optionally releases the managed resources. | |
DoesDateRangeHaveActivity | Overloaded. Indicates if any activity occurs within the specified date range. | |
ExportICalendar | Overloaded. Exports appointment to iCalendar format. | |
ForceEarliestTimeOfDay | Returns the earliest date and time for the date specified. | |
ForceLatestTimeOfDay | Returns a DateTime corresponding with the last second of the day. | |
GetAppointmentsInRange | Overloaded. Returns a collection of Appointment objects that have any part of the appointment in the specified date range. | |
GetClosestSelectableDate | Returns the closest enabled date to the startDate specified. | |
GetClosestSelectableDay | Returns the closest enabled Day to the date specified. | |
GetClosestWorkTime | Overloaded. Returns the date/time that is closest to the specified value and also falls within working hours. | |
GetDateForFirstDayOfWeek | Overloaded. Returns a System.DateTime for the first day of the week containing the date. | |
GetDay | Returns a Day object for a specified date. | |
GetFirstWeekOfYearDate | Returns the System.DateTime for the first day of the year in the first week of the year. | |
GetHolidaysInRange | Returns a collection of Holiday objects that are at least partially in the specified date range. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetMonth | Overloaded. Returns a Month object for a specified year and month. | |
GetNotesInRange | Overloaded. Returns a collection of Note objects that are at least partially in the specified date range. | |
GetWeek | Overloaded. Returns a Week object for a specified week and year. | |
GetWeekNumberForDate | Overloaded. Returns the week number for a particular date using the current WeekRule and FirstDayOfWeekResolved. | |
GetWeekNumberForFirstDayOfMonth | Returns the week number for the first day of a particular month. | |
GetWeekNumberForLastDayOfMonth | Returns the week number for the last day of a particular month and year. | |
GetYear | Returns a Year object for a specified year. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
IsInWorkingHours | Overloaded. Returns a boolean value indicating whether the specified date and times fall within working hours. | |
IsWorkDay | Overloaded. Returns a boolean value indicating whether the specified date is a work day. | |
LastWeekNumberInYear | Returns the last week number for a particular year. | |
Load | Overloaded. Loads UltraCalendarInfo data from a stream. | |
LoadComponentSettings | Loads the user configuration settings for this component. | |
LoadFromXml | Overloaded. Loads UltraCalendarInfo data from an xml stream. | |
Reset | Resets all properties of this object to their default values. | |
ResetActiveDay | Resets ActiveDay to its default value. | |
ResetAllDayEventEndTimeBoundary | Resets the AllDayEventEndTimeBoundary property to its default value. | |
ResetAllowAllDayEvents | Resets AllowAllDayEvents to its default value. | |
ResetAllowRecurringAppointments | Resets the AllowRecurringAppointments property to its default value. | |
ResetAlternateSelectTypeDay | Resets the AlternateSelectTypeDay property to its default value. | |
ResetAppearances | Clears the Appearances collection | |
ResetAppointments | Clears the Appointments collection. | |
ResetComponentSettings | Resets the user configuration settings for this component. | |
ResetCustomTaskColumns | Resets CustomTaskColumns to its default value. | |
ResetDataBindingsForAppointments | Resets the DataBindingsForAppointments property to its default value. | |
ResetDataBindingsForNotes | Resets the DataBindingsForNotes property to its default value. | |
ResetDataBindingsForOwners | Resets the DataBindingsForOwners property to its default value. | |
ResetDataBindingsForProjects | Restores the DataBindingsForProjects property to its default value. | |
ResetDataBindingsForTasks | Restores the DataBindingsForTasks property to its default value. | |
ResetDateSettings | Resets the DateSettings collection. | |
ResetDaysOfMonth | Resets the properties of the DayOfMonth objects in the DaysOfMonth collection to their default values. | |
ResetDaysOfWeek | Resets the properties of the DayOfWeek objects in the DaysOfWeek collection to their default values. | |
ResetDaysOfYear | Resets the properties of the DayOfYear objects in the DaysOfYear collection to their default values. | |
ResetFirstDayOfWeek | Resets FirstDayOfWeek to its default value. | |
ResetHolidays | Clears the Holidays collection | |
ResetLogicalDayDuration | Resets LogicalDayDuration to its default value. | |
ResetLogicalDayOffset | Resets LogicalDayOffset to its default value. | |
ResetMaxAlternateSelectedDays | Resets MaxAlternateSelectedDays to its default value. | |
ResetMaxDate | Resets MaxDate to its default value. | |
ResetMaxSelectedDays | Resets MaxSelectedDays to its default value. | |
ResetMinDate | Resets MinDate to its default value. | |
ResetMonthsOfYear | Resets the properties of the MonthOfYear objects in the MonthsOfYear collection to their default values. | |
ResetNotes | Clears the Notes collection. | |
ResetOwners | Clears the Owners collection. | |
ResetProjects | Restores the Projects collection to its default state. | |
ResetReminderImage | Reset the ReminderImage to its default value. | |
ResetSelectTypeActivity | Resets SelectTypeActivity to its default value. | |
ResetSelectTypeDay | Resets SelectTypeDay to its default value. | |
ResetTag | Resets the Tag property to its default value (null). | |
ResetTaskDurationWorkingTimePerDay | Restores the value of the TaskDurationWorkingTimePerDay property to its default. | |
ResetTasks | Restores the Tasks collection to its default state. | |
ResetTaskWorkingHourMode | Restores the value of the TaskWorkingHourMode property to its default. | |
ResetWeekRule | Resets WeekRule to its default | |
ResetWeeksOfYear | Resets the properties of the WeekOfYear objects in the WeeksOfYear collection to their default values. | |
ResetYears | Removes all the date specific objects. | |
Save | Overloaded. Saves CalendarInfo data to a stream. | |
SaveAsXml | Overloaded. Saves CalendarInfo data as soap (xml) to a stream. | |
SaveComponentSettings | Saves the user configuration settings for this component. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
NotifyDesignEnvironmentOfChange | In design mode notifies the System.ComponentModel.Design.IComponentChangeService that the component has changed so that it can mark the component dirty. At runtime this method does nothing. | |
OnAfterActiveDayChanged | Raises the AfterActiveDayChanged event when the ActiveDay is changed. | |
OnAfterAlternateSelectedDateRangeChange | Raises the AfterAlternateSelectedDateRangeChange event after a DateRange is removed from the SelectedDateRanges collection. | |
OnAfterAppointmentAdded | Raises the AfterAppointmentAdded event after an Appointment is added to the Appointments collection. | |
OnAfterAppointmentRemoved | Raises the AfterAppointmentRemoved event after an Appointment is removed from the Appointments collection. | |
OnAfterCloseAppointmentDialog | Raises the AfterCloseAppointmentDialog event after an AppointmentDialog has been closed. | |
OnAfterCloseAppointmentRecurrenceDialog | Raises the AfterCloseAppointmentRecurrenceDialog event after the RecurrenceDialog has been closed. | |
OnAfterCloseReminderDialog | Raises the BeforeDisplayReminderDialog event after the ReminderDialog has been closed. | |
OnAfterHolidayAdded | Raises the AfterHolidayAdded event before a Holiday is added to the Holidays collection. | |
OnAfterHolidayRemoved | Raises the AfterHolidayRemoved event before a Holiday is removed from the Holidays collection. | |
OnAfterInvokeAppointmentAction | Raises the AfterInvokeAppointmentAction event after the AppointmentAction for an Appointment has been invoked. | |
OnAfterNoteAdded | Raises the AfterNoteAdded event after a Note is added to the Notes collection. | |
OnAfterNoteRemoved | Raises the AfterNoteRemoved event before a Note is removed from the Notes collection. | |
OnAfterRecurringAppointmentDeleted | Raises the AfterRecurringAppointmentDeleted event. | |
OnAfterSelectedAppointmentsChange | Raises the AfterSelectedAppointmentsChange event before a change is applied to the SelectedAppointments. | |
OnAfterSelectedDateRangeChange | Raises the AfterSelectedDateRangeChange event after a DateRange is removed from the SelectedDateRanges collection. | |
OnAfterSelectedHolidaysChange | Raises the AfterSelectedHolidaysChange event after a change is applied to the SelectedHolidays. | |
OnAfterSelectedNotesChange | Raises the AfterSelectedNotesChange event after a change is applied to the SelectedNotes. | |
OnBeforeActiveDayChanged | Raises the BeforeActiveDayChanged event before the ActiveDay is changed. | |
OnBeforeAlternateSelectedDateRangeChange | Raises the BeforeAlternateSelectedDateRangeChange event before a DateRange is removed from the SelectedDateRanges collection. | |
OnBeforeAppointmentAdded | Raises the BeforeAppointmentAdded event before an Appointment is added to the Appointments collection. | |
OnBeforeAppointmentRemoved | Raises the BeforeAppointmentRemoved event before an Appointment is removed from the Appointments collection. | |
OnBeforeDisplayAppointmentDialog | Raises the BeforeDisplayAppointmentDialog event before an AppointmentDialog is displayed. | |
OnBeforeDisplayAppointmentRecurrenceDialog | Raises the BeforeDisplayAppointmentRecurrenceDialog event before the RecurrenceDialog is displayed. | |
OnBeforeDisplayReminderDialog | Raises the BeforeDisplayReminderDialog event before a ReminderDialog is displayed for an Appointment. | |
OnBeforeHolidayAdded | Raises the BeforeHolidayAdded event before a Holiday is added to the Holidays collection. | |
OnBeforeHolidayRemoved | Raises the BeforeHolidayRemoved event before a Holiday is removed from the Holidays collection. | |
OnBeforeInvokeAppointmentAction | Raises the BeforeInvokeAppointmentAction event before the AppointmentAction for an Appointment has been invoked. | |
OnBeforeNoteAdded | Raises the BeforeNoteAdded event before a Note is added to the Notes collection. | |
OnBeforeNoteRemoved | Raises the BeforeNoteRemoved event before a Note is removed from the Notes collection. | |
OnBeforeRecurringAppointmentDeleted | Raises the BeforeRecurringAppointmentDeleted event. | |
OnBeforeSelectedAppointmentsChange | Raises the BeforeSelectedAppointmentsChange event before a change is applied to the SelectedAppointments. | |
OnBeforeSelectedDateRangeChange | Raises the BeforeSelectedDateRangeChange event before a DateRange is removed from the SelectedDateRanges collection. | |
OnBeforeSelectedHolidaysChange | Raises the BeforeSelectedHolidaysChange event before a change is applied to the SelectedHolidays. | |
OnBeforeSelectedNotesChange | Raises the BeforeSelectedNotesChange event before a change is applied to the SelectedNotes. | |
OnCalendarInfoChanged | Raises the CalendarInfoChanged event when a property on the UltraCalendarInfo or one of its subobjects changes. | |
OnInitializeDay | Raises the InitializeDay event when a Day object is created. | |
OnInitializeMonth | Raises the InitializeMonth event when a Month object is created. | |
OnInitializeWeek | Raises the InitializeWeek event when a Week object is created. | |
OnInitializeYear | Raises the InitializeYear event when a Year object is created. | |
OnSubObjectPropChanged | Called when a property has changed on a sub object. | |
OnValidateAppointment | Raises the ValidateAppointment event before changes made to an Appointment from an AppointmentDialog are committed. | |
OnValidateAppointmentRecurrence | Raises the ValidateAppointmentRecurrence event before changes made to an AppointmentRecurrence from an RecurrenceDialog are committed. | |
ShouldSerialize | Returns true if any property on this object contains data that needs to be serialized. | |
ShouldSerializeAllDayEventEndTimeBoundary | Returns true if the AllDayEventEndTimeBoundary property value requires serialization. | |
ShouldSerializeAllowAllDayEvents | Returns true if AllowAllDayEvents property value needs to be serialized. | |
ShouldSerializeAlternateSelectTypeDay | Returns true if AlternateSelectTypeDay property value needs to be serialized. | |
ShouldSerializeAppointments | Indicates if the Appointments collection needs to be serialized. | |
ShouldSerializeCalendarInfoStreamer | Indicates if any of the date specific objects need to be serialized. | |
ShouldSerializeCustomTaskColumns | Indicates whether the CustomTaskColumns property should be serialized. | |
ShouldSerializeDataBindingsForAppointments | Indicates if the DataBindingsForAppointments property needs to be serialized. | |
ShouldSerializeDataBindingsForNotes | Indicates if the DataBindingsForNotes property needs to be serialized. | |
ShouldSerializeDataBindingsForOwners | Indicates if the DataBindingsForOwners property needs to be serialized. | |
ShouldSerializeDataBindingsForProjects | Indicates whether the DataBindingsForProjects property requires serialization. | |
ShouldSerializeDataBindingsForTasks | Indicates whether the DataBindingsForTasks property requires serialization. | |
ShouldSerializeFirstDayOfWeek | Returns true if FirstDayOfWeek property contains data that needs to be serialized. | |
ShouldSerializeHolidays | Indicates if the Holidays property needs to be serialized. | |
ShouldSerializeLogicalDayDuration | Returns true if LogicalDayDuration property value needs to be serialized. | |
ShouldSerializeLogicalDayOffset | Returns true if LogicalDayOffset property value needs to be serialized. | |
ShouldSerializeMaxAlternateSelectedDays | Returns true if MaxAlternateSelectedDays property value needs to be serialized. | |
ShouldSerializeMaxDate | Returns true if MaxDate property value needs to be serialized. | |
ShouldSerializeMaxSelectedDays | Returns true if MaxSelectedDays property value needs to be serialized. | |
ShouldSerializeMinDate | Returns true if MinDate property value needs to be serialized. | |
ShouldSerializeNotes | Indicates if the Notes property needs to be serialized. | |
ShouldSerializeOwners | Indicates if the Owners collection needs to be serialized. | |
ShouldSerializeReminderImage | Indicates if the ReminderImage needs to be serialized. | |
ShouldSerializeSelectTypeActivity | Returns true if SelectTypeActivity property value needs to be serialized. | |
ShouldSerializeSelectTypeDay | Returns true if SelectTypeDay property value needs to be serialized. | |
ShouldSerializeTag | Returns true if Tagproperty contains a value other than null (Nothing in VB). | |
ShouldSerializeTaskDurationWorkingTimePerDay | Returns a boolean value indicating whether the TaskDurationWorkingTimePerDay property requires serialization. | |
ShouldSerializeTaskWorkingHourMode | Returns a boolean value indicating whether the TaskWorkingHourMode property requires serialization. | |
ShouldSerializeWeekRule | Returns true if WeekRule property value needs to be serialized. |
Name | Description | |
---|---|---|
AfterActiveDayChanged | Fired after the ActiveDay is changed. | |
AfterAlternateSelectedDateRangeChange | Fired after a change has been made to the SelectedDateRanges collection. | |
AfterAppointmentAdded | Fired after an Appointment has been added to the Appointments collection. | |
AfterAppointmentRemoved | Fired after an Appointment has been removed from the Appointments collection. | |
AfterCloseAppointmentDialog | Fired after an appointment dialog has been closed. | |
AfterCloseAppointmentRecurrenceDialog | Fired after the RecurrenceDialog has been closed. | |
AfterCloseReminderDialog | Fired after the reminder dialog has been closed. | |
AfterHolidayAdded | Fired after a Holiday has been added to the Holidays collection. | |
AfterHolidayRemoved | Fired after a Holiday has been removed from the Holidays collection. | |
AfterInvokeAppointmentAction | Fired after the action for an appointment is invoked. | |
AfterNoteAdded | Fired after a Note has been added to the Notes collection. | |
AfterNoteRemoved | Fired after a Note is removed from the Notes collection. | |
AfterRecurringAppointmentDeleted | Fired after an Appointment that is a member of a recurrence has been deleted. | |
AfterSelectedAppointmentsChange | Fired after a change is applied to the SelectedAppointments collection. | |
AfterSelectedDateRangeChange | Fired after a change has been made to the SelectedDateRanges collection. | |
AfterSelectedHolidaysChange | Fired after a change is applied to the SelectedHolidays collection. | |
AfterSelectedNotesChange | Fired after a change is applied to the SelectedNotes collection. | |
AppointmentDataError | Fired when specific value in data source is invalid. | |
AppointmentDataInitialized | Fired after appointment data is initialized or reinitialized. | |
BeforeActiveDayChanged | Fired before the ActiveDay is changed. | |
BeforeAlternateSelectedDateRangeChange | Fired before a change is made to the AlternateSelectedDateRanges collection. | |
BeforeAppointmentAdded | Fired before an Appointment is added to the Appointments collection. | |
BeforeAppointmentRemoved | Fired before an Appointment is removed from the Appointments collection. | |
BeforeDisplayAppointmentDialog | Fired before an appointment dialog is displayed. | |
BeforeDisplayAppointmentRecurrenceDialog | Fired before the RecurrenceDialog is displayed. | |
BeforeDisplayReminderDialog | Fired before a reminder dialog is displayed. | |
BeforeHolidayAdded | Fired before a Holiday is added to the Holidays collection. | |
BeforeHolidayRemoved | Fired before a Holiday is removed from the Holidays collection. | |
BeforeInvokeAppointmentAction | Fired before the action for an appointment is invoked. | |
BeforeNoteAdded | Fired before a Note is added to the Notes collection. | |
BeforeNoteRemoved | Fired before a Note is removed from the Notes collection. | |
BeforeRecurringAppointmentDeleted | Fired before an Appointment that is a member of a recurrence is deleted. | |
BeforeSelectedAppointmentsChange | Fired before a change is applied to the SelectedAppointments collection. | |
BeforeSelectedDateRangeChange | Fired before a change is made to the SelectedDateRanges collection. | |
BeforeSelectedHolidaysChange | Fired before a change is applied to the SelectedHolidays collection. | |
BeforeSelectedNotesChange | Fired before a change is applied to the SelectedNotes collection. | |
CalendarInfoChanged | Fired after any property has changed in the CalendarInfo object | |
Disposed | (Inherited from System.ComponentModel.Component) | |
InitializeDay | Fired when a Day is created | |
InitializeMonth | Fired when a Month is created | |
InitializeWeek | Fired when a Week is created. | |
InitializeYear | Fired when a Year is created. | |
NoteDataError | Fired when a specific value in data source is invalid. | |
NoteDataInitialized | Fired after Note data is initialized or reinitialized. | |
OwnerDataError | Fired when specific value in data source is invalid. | |
OwnerDataInitialized | Fired after owner data is initialized or reinitialized. | |
ProjectDataError | Fired when an error occurs during the process of retrieving Project information from the data binding layer. | |
ProjectDataInitialized | Occurs when a Project instance is created via data binding. | |
TaskConstraintViolation | Fired when a property value is modified in such a way as to cause a task's Constraint to be violated. | |
TaskDataError | Fired when an error occurs during the process of retrieving Task information from the data binding layer. | |
TaskDataInitialized | Occurs when a Task instance is created via data binding. | |
TaskWorkingHourViolation | Fired 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'. | |
ValidateAppointment | Fired before changes made to an Appointment from within the AppointmentDialog are committed. | |
ValidateAppointmentRecurrence | Fired before changes made to an AppointmentRecurrence from within the RecurrenceDialog are committed. |