Xamarin.iOS

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

    Show / Hide Table of Contents

    Class CalendarTappedEventArgs

    Calendar tapped event arguments.

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

    Constructors

    CalendarTappedEventArgs()

    Declaration
    public CalendarTappedEventArgs()

    Properties

    Appointments

    Gets or sets the appointments.

    Declaration
    public NSArray Appointments { get; }
    Property Value
    Type Description
    Foundation.NSArray

    The appointments.

    TappedDate

    Gets or sets the tapped date.

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

    The tapped date.

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