menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class CalendarTappedEventArgs

    Calendar tapped event arguments.

    Inheritance
    System.Object
    CalendarTappedEventArgs
    Namespace: Syncfusion.SfCalendar.XForms
    Assembly: Syncfusion.SfCalendar.XForms.dll
    Syntax
    public class CalendarTappedEventArgs : EventArgs

    Constructors

    CalendarTappedEventArgs()

    Declaration
    public CalendarTappedEventArgs()

    Properties

    Calendar

    Gets the calendar.

    Declaration
    public SfCalendar Calendar { get; }
    Property Value
    Type Description
    SfCalendar

    The calendar.

    DateTime

    Gets the date time.

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

    The date time.

    SelectedAppointment

    Gets the selected appointment.

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

    The selected appointment.

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