VisibleResourcesChangedEventArgs(ResourceBaseCollection) Constructor
Initializes a new instance of the VisibleResourcesChangedEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
| Name | Type |
|---|---|
| innerResourceCollection | ResourceBaseCollection |
Remarks
The VisibleResourcesChangedEventArgs is created automatically and passed to the handler of the SchedulerControl.VisibleResourcesChanged and SchedulerControl.VisibleResourcesChanged events.
See Also