Skip to main content

SchedulerPrintAdapter.ClientTimeZoneIdChanged Event

Occurs when the SchedulerPrintAdapter.ClientTimeZoneId property value is changed.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public event EventHandler ClientTimeZoneIdChanged

Event Data

The ClientTimeZoneIdChanged event's data class is EventArgs.

See Also