Skip to main content

SchedulerPrintAdapter.WorkTimeChanged Event

Occurs when the SchedulerPrintAdapter.WorkTime property is modified.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public event EventHandler WorkTimeChanged

Event Data

The WorkTimeChanged event's data class is EventArgs.

See Also