menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class AppointmentDropEventArgs

    Drop event arguments.

    Inheritance
    System.Object
    AppointmentDropEventArgs
    Namespace: Syncfusion.SfSchedule.iOS
    Assembly: Syncfusion.SfSchedule.iOS.dll
    Syntax
    public class AppointmentDropEventArgs : CancelEventArgs

    Constructors

    AppointmentDropEventArgs()

    Declaration
    public AppointmentDropEventArgs()

    Properties

    Appointment

    Gets or sets the appointment.

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

    The appointment.

    DropTime

    Gets or sets the drop time.

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

    The drop time.

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