Class MonthInlineAppointmentTappedEventArgs
Month inline appointment tapped event arguments
Inheritance
System.Object
MonthInlineAppointmentTappedEventArgs
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class MonthInlineAppointmentTappedEventArgs : EventArgs
Constructors
MonthInlineAppointmentTappedEventArgs()
Declaration
public MonthInlineAppointmentTappedEventArgs()
Properties
Appointment
Gets or sets the appointment value
Declaration
public ScheduleAppointment Appointment { get; set; }
Property Value
Type |
---|
ScheduleAppointment |
Date
Gets or sets the date value
Declaration
public NSDate Date { get; set; }
Property Value
Type |
---|
Foundation.NSDate |