Class InlineItemTappedEventArgs
Inline tapped event arguments.
Inheritance
System.Object
InlineItemTappedEventArgs
Namespace: Syncfusion.SfCalendar.iOS
Assembly: Syncfusion.SfCalendar.iOS.dll
Syntax
public class InlineItemTappedEventArgs : EventArgs
Constructors
InlineItemTappedEventArgs()
Declaration
public InlineItemTappedEventArgs()
Properties
InlineEvent
Gets the selected date.
Declaration
public SFAppointment InlineEvent { get; }
Property Value
Type | Description |
---|---|
SFAppointment | The selected date. |
SelectedDate
Gets the selected appointment.
Declaration
public NSDate SelectedDate { get; }
Property Value
Type | Description |
---|---|
Foundation.NSDate | The appointment. |