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.v18.2.Core.dll

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