MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalendarTappedEventArgs

    Show / Hide Table of Contents

    Class CalendarTappedEventArgs

    Represents a class which is used to hold the tap interaction event details and it occurs when the user clicks or touch on the calendar elements.

    Inheritance
    System.Object
    CalendarTappedEventArgs
    Namespace: Syncfusion.Maui.Calendar
    Assembly: Syncfusion.Maui.Calendar.dll
    Syntax
    public class CalendarTappedEventArgs : EventArgs
    Remarks

    The interacted date and element details when the tap action performed on the calendar element available in the CalendarTappedEventArgs.

    Constructors

    CalendarTappedEventArgs()

    Declaration
    public CalendarTappedEventArgs()

    Properties

    Date

    Gets the interacted element date value.

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

    Element

    Gets the interacted element value.

    Declaration
    public CalendarElement Element { get; }
    Property Value
    Type Description
    CalendarElement
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved