WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AppointmentDeletingEventArgs - WPF API Reference | Syncfusion AppointmentDeleting event. ">

    Show / Hide Table of Contents

    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).

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