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. |