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