menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class CalendarTappedChangedEventArgs

    Inheritance
    System.Object
    CalendarTappedChangedEventArgs
    Namespace: Com.Syncfusion.Calendar
    Assembly: Syncfusion.SfCalendar.Android.dll
    Syntax
    public class CalendarTappedChangedEventArgs : EventArgs

    Constructors

    CalendarTappedChangedEventArgs()

    Declaration
    public CalendarTappedChangedEventArgs()

    Properties

    Calendar

    Gets or sets the calendar date.

    Declaration
    public Calendar Calendar { get; }
    Property Value
    Type Description
    Java.Util.Calendar

    The calendar.

    CalendarEventCollection

    Gets or sets the calendar event collection.

    Declaration
    public CalendarEventCollection CalendarEventCollection { get; }
    Property Value
    Type Description
    CalendarEventCollection

    The calendar event collection.

    CalendarInlineEvent

    Gets or sets the calendar inline event.

    Declaration
    public CalendarInlineEvent CalendarInlineEvent { get; }
    Property Value
    Type Description
    CalendarInlineEvent

    The calendar inline event.

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