Skip to main content

ASPxSchedulerPrintAdapterBase.ValidateResources Event

Occurs when resources are obtained for use in the report.

Namespace: DevExpress.Web.ASPxScheduler.Reporting

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

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.

See Also