Back to Devexpress

SchedulerPrintAdapter.ValidateResources Event

corelibraries-devexpress-dot-xtrascheduler-dot-reporting-dot-schedulerprintadapter.md

latest2.1 KB
Original Source

SchedulerPrintAdapter.ValidateResources Event

Occurs when resources are obtained for use in the report.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public event ResourcesValidationEventHandler ValidateResources
vb
Public Event ValidateResources As ResourcesValidationEventHandler

Event Data

The ValidateResources event's data class is ResourcesValidationEventArgs. The following properties provide information specific to this event:

PropertyDescription
ResourcesProvides access to the collection of resources available in the report.

Remarks

Handle the ValidateResources event to modify the collection of resources before they are passed to the report.

This event is raised when the SchedulerPrintAdapter.GetResources method is called.

See Also

GetResources()

GetResourceColorSchemas()

SchedulerPrintAdapter Class

SchedulerPrintAdapter Members

DevExpress.XtraScheduler.Reporting Namespace