menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class AppointmentDragEventArgs

    Dragging event arguments.

    Inheritance
    System.Object
    AppointmentDragEventArgs
    Namespace: Syncfusion.SfSchedule.iOS
    Assembly: Syncfusion.SfSchedule.iOS.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 CGPoint DraggingPoint { get; }
    Property Value
    Type Description
    CoreGraphics.CGPoint

    The dragging point.

    DraggingTime

    Gets the dragging time.

    Declaration
    public NSDate DraggingTime { get; }
    Property Value
    Type Description
    Foundation.NSDate

    The dragging time.

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