alexa
menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class AppointmentEndDraggingEventArgs

    Provides data for a appointment end dragging event when appointment dragging is completed and specifies the dragged appointment data in the schedule view.

    Inheritance
    System.Object
    AppointmentEndDraggingEventArgs
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class AppointmentEndDraggingEventArgs : CancelEventArgs

    Constructors

    AppointmentEndDraggingEventArgs()

    Declaration
    public AppointmentEndDraggingEventArgs()

    Properties

    Appointment

    Specifies the appointment dragged in the view.

    Declaration
    public object Appointment { get; }
    Property Value
    Type
    System.Object

    From

    Specifies the date time of appointment from which time it is dragged in the view.

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

    Resources

    Specifies the collection of resources in the Schedule.

    Declaration
    public List<object> Resources { get; }
    Property Value
    Type
    System.Collections.Generic.List<System.Object>

    To

    Specifies the date time of appointment up to which it is dragged in the view.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved