menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AppointmentDeletingEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved