ResourcesValidationEventArgs(ResourceBaseCollection) Constructor
In This Article
Initializes a new instance of the ResourcesValidationEventArgs class with the specified resources.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public ResourcesValidationEventArgs(
ResourceBaseCollection resources
)
#Parameters
Name | Type | Description |
---|---|---|
resources | Resource |
A Resource |
See Also