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