AppointmentEditPage Members
The page that allows users to add new appointments and edit existing appointments.Constructors
Name | Description |
---|---|
AppointmentEditPage(AppointmentEditViewModel, Boolean) | Initializes a new instance of the AppointmentEditPage class with the specified view model. |
AppointmentEditPage(AppointmentItem, SchedulerDataStorage, Boolean) | Initializes a new AppointmentEditPage instance that edits the specified appointment in the given scheduler storage. |
AppointmentEditPage(DateTime, DateTime, Boolean, SchedulerDataStorage, Boolean) | Initializes a new AppointmentEditPage instance that configures a new appointment in the specified scheduler storage. |
Methods
See Also