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

ResourcesValidationEventArgs Class

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

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.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