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