Defines the command that deletes the Appointment(s).
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public static readonly RoutedCommand DeleteAppointmentCommand |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly DeleteAppointmentCommand As RoutedCommand |
Remarks
This command is executed by the C1Scheduler and is implemented
by the DeleteAppointment methods.
Command parameter might be one of the next values:
- the Appointment to delete
- IList of Appointment objects to delete