Version

DeleteAppointment Method (ScheduleListDataSource)

Deletes the specified Infragistics.Scheduler.Appointment.
Syntax
public override AppointmentOperationResult DeleteAppointment( 
   Appointment appointment
)

Parameters

appointment
The appointment to be deleted.

Return Value

An Infragistics.Scheduler.Data.AppointmentOperationResult instance which contains the result of the operation.
Remarks

The DeleteAppointment method implementation for the ScheduleListDataSource class executes synchronously; as such, it is not necessary to handle the Infragistics.Scheduler.Data.OperationResultBase.Completed event.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also