Class CalendarTappedChangedEventArgs
Inheritance
System.Object
CalendarTappedChangedEventArgs
Namespace: Com.Syncfusion.Calendar
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public class CalendarTappedChangedEventArgs : EventArgs
Constructors
CalendarTappedChangedEventArgs()
Declaration
public CalendarTappedChangedEventArgs()
Properties
Calendar
Gets or sets the calendar date.
Declaration
public Calendar Calendar { get; }
Property Value
| Type | Description |
|---|---|
| Java.Util.Calendar | The calendar. |
CalendarEventCollection
Gets or sets the calendar event collection.
Declaration
public CalendarEventCollection CalendarEventCollection { get; }
Property Value
| Type | Description |
|---|---|
| CalendarEventCollection | The calendar event collection. |
CalendarInlineEvent
Gets or sets the calendar inline event.
Declaration
public CalendarInlineEvent CalendarInlineEvent { get; }
Property Value
| Type | Description |
|---|---|
| CalendarInlineEvent | The calendar inline event. |