Skip to main content
A newer version of this page is available. .

DXSchedulerStoragePrintAdapter Events

A print adapter bound to the SchedulerStorage.
Name Description
DataContextChanged Occurs when the data context for this element changes. Inherited from FrameworkElement.
PropertyChanged Occurs every time any of the DXSchedulerPrintAdapter class properties has changed its value. Inherited from DXSchedulerPrintAdapter.
PropertyChanging Occurs before a value of any of the DXSchedulerPrintAdapter class properties is changed. Inherited from DXSchedulerPrintAdapter.
SchedulerSourceChanged Occurs when the scheduler source of the print adapter is changed. Inherited from DXSchedulerPrintAdapter.
ValidateAppointments Occurs when appointments are retrieved to create a report document. Inherited from DXSchedulerPrintAdapter.
ValidateResources Occurs when resources are obtained for use in the report. Inherited from DXSchedulerPrintAdapter.
ValidateTimeIntervals Occurs when the print adapter retrieves information on time intervals required for creating a report. Inherited from DXSchedulerPrintAdapter.
ValidateWorkTime Occurs when the print adapter retrieves the work time value for use in the report. Inherited from DXSchedulerPrintAdapter.
See Also