Class MonthInlineAppointmentTappedEventArgs
The Month Inline Appointment Tapped Event Arguments contains properties which returns the details of selected date and tapped inline appointment.
Inheritance
System.Object
MonthInlineAppointmentTappedEventArgs
Namespace: Syncfusion.SfSchedule.XForms
Assembly: Syncfusion.SfSchedule.XForms.dll
Syntax
public class MonthInlineAppointmentTappedEventArgs : EventArgs
Constructors
MonthInlineAppointmentTappedEventArgs()
Initializes a new instance of the MonthInlineAppointmentTappedEventArgs class.
Declaration
public MonthInlineAppointmentTappedEventArgs()
Properties
Appointment
Gets get the Appointment object to get the month inline tapped appointment details through the appointment properties.
Declaration
public object Appointment { get; }
Property Value
Type |
---|
System.Object |
selectedDate
Gets get the selected date value of the tapped inline appointment in the type of Date time.
Declaration
public DateTime selectedDate { get; }
Property Value
Type |
---|
System.DateTime |