Skip to main content

SchedulerPrintAdapter.ValidateResources Event

Occurs when resources are obtained for use in the report.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public event ResourcesValidationEventHandler ValidateResources

#Event Data

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

Property Description
Resources Provides 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