[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.DeleteAppointmentCommand

DeleteAppointmentCommand Field

Defines the command that deletes the C1.Schedule.Appointment(s).

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public static readonly RoutedCommand DeleteAppointmentCommand
Returns
Type Description
RoutedCommand Defines the command that deletes the (s).
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 C1.Schedule.Appointment to delete
  • IList of C1.Schedule.Appointment objects to delete
If parameter value is not specified, then control will delete the appointment that is currently selected in the control UI.