Class InlineItemLoadedEventArgs
Arguments in-line item loaded event
Inheritance
System.Object
    InlineItemLoadedEventArgs
  Namespace: Com.Syncfusion.Calendar
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public class InlineItemLoadedEventArgs : EventArgs
  Constructors
InlineItemLoadedEventArgs()
Declaration
public InlineItemLoadedEventArgs()
  Properties
CalendarInlineEvent
Gets or sets the calendar inline event.
Declaration
public CalendarInlineEvent CalendarInlineEvent { get; }
  Property Value
| Type | Description | 
|---|---|
| CalendarInlineEvent | The calendar inline event.  | 
      
CalendarInlineEvents
Gets or sets the calendar inline events.
Declaration
public CalendarEventCollection CalendarInlineEvents { get; }
  Property Value
| Type | Description | 
|---|---|
| CalendarEventCollection | The calendar inline events.  | 
      
Date
Gets or sets the calendar.
Declaration
public Calendar Date { get; }
  Property Value
| Type | Description | 
|---|---|
| Java.Util.Calendar | The calendar.  | 
      
View
Gets or sets the view.
Declaration
public View View { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Views.View | The view.  |