Deletes the specified appointment.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public void DeleteAppointment( Appointment appointment ) |
| Visual Basic (Declaration) |
|---|
Public Sub DeleteAppointment ( _ appointment As Appointment _ ) |
Parameters
- appointment
- Type: C1.C1Schedule..::..Appointment
The Appointment to delete.
Remarks
This method implements the DeleteAppointmentCommand command.