menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class AppointmentDragEventArgs

    Dragging event arguments.

    Inheritance
    System.Object
    AppointmentDragEventArgs
    Namespace: Com.Syncfusion.Schedule
    Assembly: Syncfusion.SfSchedule.Android.dll
    Syntax
    public class AppointmentDragEventArgs : EventArgs

    Constructors

    AppointmentDragEventArgs()

    Declaration
    public AppointmentDragEventArgs()

    Properties

    Appointment

    Gets the appointment.

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

    The appointment.

    DraggingPoint

    Gets the dragging point.

    Declaration
    public Point DraggingPoint { get; }
    Property Value
    Type Description
    Android.Graphics.Point

    The dragging point.

    DraggingTime

    Gets the dragging time.

    Declaration
    public Calendar DraggingTime { get; }
    Property Value
    Type Description
    Java.Util.Calendar

    The dragging time.

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