Class InlineItemLoadedEventArgs
Arguments in-line item loaded event
Inheritance
System.Object
InlineItemLoadedEventArgs
Namespace: Syncfusion.SfCalendar.iOS
Assembly: Syncfusion.SfCalendar.iOS.dll
Syntax
public class InlineItemLoadedEventArgs : EventArgs
Constructors
InlineItemLoadedEventArgs()
Declaration
public InlineItemLoadedEventArgs()
Properties
Appointment
Gets or sets the appointment.
Declaration
public SFAppointment Appointment { get; }
Property Value
Type | Description |
---|---|
SFAppointment | The appointment. |
AppointmentCollection
Gets or sets the appointment collection.
Declaration
public NSMutableArray AppointmentCollection { get; }
Property Value
Type | Description |
---|---|
Foundation.NSMutableArray | The appointment collection. |
Date
Gets or sets the long press date.
Declaration
public NSDate Date { get; }
Property Value
Type | Description |
---|---|
Foundation.NSDate | The long press date. |
View
Gets or sets the view.
Declaration
public UIView View { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIView | The view. |