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

SchedulerPrintAdapter.ResourceColorsChanged Event

Occurs when the SchedulerPrintAdapter.ResourceColorSchemas collection is modified.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public event EventHandler ResourceColorsChanged

Event Data

The ResourceColorsChanged event's data class is EventArgs.

Remarks

This event is raised when any changes in the resource color schemas collection occur. Changes in appearance settings or in print color schema settings do not fire the ResourceColorsChanged event.

See Also