menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ScheduleTappedEventArgs

    The Schedule Tapped Event Arguments contains properties which returns the date time value and the appointment details of tapped date.

    Inheritance
    System.Object
    ScheduleTappedEventArgs
    Namespace: Syncfusion.SfSchedule.XForms
    Assembly: Syncfusion.SfSchedule.XForms.dll
    Syntax
    public class ScheduleTappedEventArgs : EventArgs

    Constructors

    ScheduleTappedEventArgs()

    Initializes a new instance of the ScheduleTappedEventArgs class.

    Declaration
    public ScheduleTappedEventArgs()

    Properties

    datetime

    Gets returns Date time.

    Declaration
    public DateTime datetime { get; }
    Property Value
    Type
    System.DateTime

    Schedule

    Gets returns schedule object.

    Declaration
    public SfSchedule Schedule { get; }
    Property Value
    Type
    SfSchedule

    selectedAppointment

    Gets returns selected appointment.

    Declaration
    public object selectedAppointment { get; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved