Class AppointmentDeletingEventArgs
Provides data for a AppointmentDeleting event.
Inheritance
System.Object
AppointmentDeletingEventArgs
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.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 | Description |
---|---|
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).