menu

UWP

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

    Show / Hide Table of Contents

    Class DragStartingEventArgs

    Provides data while start dragging in Schedule.

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

    Constructors

    DragStartingEventArgs()

    Declaration
    public DragStartingEventArgs()

    Properties

    Appointment

    Specifies the data of appointment object that is dragged in the schedule view.

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

    Extension Methods

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