Class AppointmentDeletingEventArgs
Provides data for a AppointmentDeleting event.
Inheritance
System.Object
AppointmentDeletingEventArgs
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class AppointmentDeletingEventArgs : CancelEventArgs
Constructors
AppointmentDeletingEventArgs()
Declaration
public AppointmentDeletingEventArgs()
Properties
Appointment
Gets the details of deleted appointment.
Declaration
public ScheduleAppointment Appointment { get; }
Property Value
Type |
---|
ScheduleAppointment |
Remarks
When deleting the occurrence appointment of pattern appointment on recurrence edit mode as occurrenceOccurrence , it holds the occurrence appointment details. You can get the pattern appointment details from the occurrence appointment by using the GetPatternAppointment(SfScheduler, Object).
RecurringAppointmentEditMode
Gets the delete mode for recurring appointments selected in the Recurrence appointment Editing Option dialog.
Declaration
public Nullable<RecurringAppointmentEditMode> RecurringAppointmentEditMode { get; }
Property Value
Type |
---|
System.Nullable<RecurringAppointmentEditMode> |
Remarks
This property specifies whether deletes to a recurring appointment series or occurrence of recurring appointment.