menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AppointmentDragStartingEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AppointmentDragStartingEventArgs

    The Appointment Drag Starting Event Argument which contains the appointment details which starts to drag.

    Inheritance
    System.Object
    CancelEventArgs
    AppointmentDragStartingEventArgs
    Inherited Members
    CancelEventArgs.Cancel
    Namespace: Syncfusion.SfSchedule.XForms
    Assembly: Syncfusion.SfSchedule.XForms.dll
    Syntax
    public class AppointmentDragStartingEventArgs : CancelEventArgs

    Constructors

    AppointmentDragStartingEventArgs()

    Initializes a new instance of the AppointmentDragStartingEventArgs class.

    Declaration
    public AppointmentDragStartingEventArgs()

    Properties

    Appointment

    Gets the appointment object and it's properties to get the appointment details which start to drag in schedule.

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

    The appointment.

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