Skip to main content

AppointmentEditPage Constructors

The page that allows users to add new appointments and edit existing appointments.
Name Parameters Description
AppointmentEditPage(AppointmentEditViewModel, Boolean) viewModel, useThemeableToolbarIcons Initializes a new instance of the AppointmentEditPage class with the specified view model.
AppointmentEditPage(AppointmentItem, SchedulerDataStorage, Boolean) appointment, storage, useThemeableToolbarIcons Initializes a new AppointmentEditPage instance that edits the specified appointment in the given scheduler storage.
AppointmentEditPage(DateTime, DateTime, Boolean, SchedulerDataStorage, Boolean) startDate, endDate, allDay, storage, useThemeableToolbarIcons Initializes a new AppointmentEditPage instance that configures a new appointment in the specified scheduler storage.
See Also