Represents the view model for the confirmation dialog.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class ConfirmDialogViewModel : SchedulerDialogViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseSchedulerDialogViewModelConfirmDialogViewModel
Implements:
Inherited Members
Constructors
Initializes a new instance of the ConfirmDialogViewModel class.
C#
public ConfirmDialogViewModel(IScheduleViewDialogHost dialogHost, IEnumerable<IOccurrence> appointments, Func<SchedulerDialogViewModel, bool?, bool> confirmDialogClose)
The ScheduleViewDialogHost.
appointmentsIEnumerable<IOccurrence>The appointments.
confirmDialogCloseFunc<SchedulerDialogViewModel, bool?, bool>The close callback.
Properties
Gets the appointments collection.
C#
public IEnumerable<IOccurrence> Appointments { get; }