menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class AppointmentDropEventArgs

    Drop event arguments.

    Inheritance
    System.Object
    AppointmentDropEventArgs
    Namespace: Com.Syncfusion.Schedule
    Assembly: Syncfusion.SfSchedule.Android.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 Calendar DropTime { get; set; }
    Property Value
    Type Description
    Java.Util.Calendar

    The drop time.

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