Skip to main content

ReminderAddViewModel(IEnumerable<ReminderViewModel>, Action<ReminderViewModel>) Constructor

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

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public ReminderAddViewModel(
    IEnumerable<ReminderViewModel> reminders,
    Action<ReminderViewModel> reminderSelectedCallback
)

Parameters

Name Type
reminders IEnumerable<ReminderViewModel>
reminderSelectedCallback Action<ReminderViewModel>
See Also