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

SchedulerPrintAdapter.TimeIntervalChanged Event

Occurs when the SchedulerPrintAdapter.TimeInterval value is changed.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public event EventHandler TimeIntervalChanged

Event Data

The TimeIntervalChanged event's data class is EventArgs.

See Also