menu

WPF

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

    Show / Hide Table of Contents

    Class AppointmentDroppingEventArgs

    Provides data for the AppointmentDropping event.

    Inheritance
    System.Object
    AppointmentDroppingEventArgs
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public class AppointmentDroppingEventArgs : CancelEventArgs

    Constructors

    AppointmentDroppingEventArgs()

    Declaration
    public AppointmentDroppingEventArgs()

    Properties

    Appointment

    Gets or sets the Appointment that is dragged and dropped.

    Declaration
    public ScheduleAppointment Appointment { get; set; }
    Property Value
    Type
    ScheduleAppointment
    Remarks

    When occurrence appointment of pattern appointment is dropping , it holds the occurrence appointment details. You can get the pattern appointment details from the occurrence appointment by using the GetPatternAppointment(SfScheduler, Object).

    DropTime

    Gets or sets the Dropped time of the dragged appointment object.

    Declaration
    public DateTime DropTime { get; set; }
    Property Value
    Type
    System.DateTime

    SourceResource

    Gets the original resource of the dropping appointment.

    Declaration
    public SchedulerResource SourceResource { get; }
    Property Value
    Type
    SchedulerResource
    Remarks

    Data property holds the data object associated with scheduler when scheduler resource created from custom data object using ResourceMapping.

    See Also
    ResourceCollection
    ResourceMapping

    TargetResource

    Gets the resource in which appointment is dropping.

    Declaration
    public SchedulerResource TargetResource { get; }
    Property Value
    Type
    SchedulerResource
    Remarks

    Data property holds the data object associated with scheduler when scheduler resource created from custom data object using ResourceMapping.

    See Also
    ResourceCollection
    ResourceMapping
    Back to top Generated by DocFX
    OSZAR »
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved
    OSZAR »