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