SchedulerStoragePrintAdapter Events
A component bound to the SchedulerStorage used for retrieving data and scheduler settings.Name | Description |
---|---|
ClientTimeZoneIdChanged | Occurs when the SchedulerPrintAdapter.ClientTimeZoneId property value is changed. Inherited from SchedulerPrintAdapter. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
FirstDayOfWeekChanged | Occurs when the SchedulerPrintAdapter.FirstDayOfWeek property value is changed. Inherited from SchedulerPrintAdapter. |
ResourceColorsChanged | Occurs when the SchedulerPrintAdapter.ResourceColorSchemas collection is modified. Inherited from SchedulerPrintAdapter. |
SchedulerSourceChanged | Occurs when the Scheduler source of the print adapter is changed. Inherited from SchedulerPrintAdapter. |
TimeIntervalChanged | Occurs when the SchedulerPrintAdapter.TimeInterval value is changed. Inherited from SchedulerPrintAdapter. |
ValidateAppointments | Occurs when appointments are retrieved to create a report document. Inherited from SchedulerPrintAdapter. |
ValidateResources | Occurs when resources are obtained for use in the report. Inherited from SchedulerPrintAdapter. |
ValidateTimeIntervals | Occurs when the print adapter retrieves information on time intervals required for creating a report. Inherited from SchedulerPrintAdapter. |
ValidateWorkTime | Occurs when the print adapter retrieves the work time value for use in the report. Inherited from SchedulerPrintAdapter. |
WorkTimeChanged | Occurs when the SchedulerPrintAdapter.WorkTime property is modified. Inherited from SchedulerPrintAdapter. |
See Also