Skip to main content

VisibleResourcesChangedEventArgs(ResourceBaseCollection) Constructor

Initializes a new instance of the VisibleResourcesChangedEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public VisibleResourcesChangedEventArgs(
    ResourceBaseCollection innerResourceCollection
)

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