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

SchedulerPrintAdapter.SchedulerSourceChanged Event

Occurs when the Scheduler source of the print adapter is changed.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public event EventHandler SchedulerSourceChanged

Event Data

The SchedulerSourceChanged event's data class is EventArgs.

Remarks

The SchedulerSourceChanged event fires when the associated SchedulerControl for the SchedulerControlPrintAdapter or the SchedulerStorage for the SchedulerStoragePrintAdapter is changed.

See Also