Skip to main content

ResourcesValidationEventArgs Class

Provides data for the SchedulerPrintAdapter.ValidateResources event of the SchedulerPrintAdapter descendant controls.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public class ResourcesValidationEventArgs :
    EventArgs

#Remarks

An instance of the ResourcesValidationEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

#Inheritance

Object
EventArgs
ResourcesValidationEventArgs
See Also