VisibleResourcesChangedEventArgs(ResourceBaseCollection) Constructor
Initializes a new instance of the VisibleResourcesChangedEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
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