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