Back to Devexpress

ResourcesValidationEventArgs Class

corelibraries-devexpress-dot-xtrascheduler-dot-reporting-6f6540f7.md

latest2.0 KB
Original Source

ResourcesValidationEventArgs Class

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

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class ResourcesValidationEventArgs :
    EventArgs
vb
Public Class ResourcesValidationEventArgs
    Inherits EventArgs

ResourcesValidationEventArgs is the data class for the following events:

LibraryRelated API Members
Cross-Platform Class LibrarySchedulerPrintAdapter.ValidateResources
ASP.NET Web Forms ControlsASPxSchedulerPrintAdapterBase.ValidateResources

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

ResourcesValidationEventArgs Members

DevExpress.XtraScheduler.Reporting Namespace