Skip to main content

CalendarCollection(Action<CalendarBase>, Action<CalendarBase>) Constructor

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

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public CalendarCollection(
    Action<CalendarBase> onAdded,
    Action<CalendarBase> onRemoving
)

Parameters

Name Type
onAdded Action<CalendarBase>
onRemoving Action<CalendarBase>
See Also