Class ScheduleTappedEventArgs
The Schedule Tapped Event Arguments contains properties which returns the date time value and the appointment details of tapped date.
Inheritance
System.Object
ScheduleTappedEventArgs
Namespace: Syncfusion.SfSchedule.XForms
Assembly: Syncfusion.SfSchedule.XForms.dll
Syntax
public class ScheduleTappedEventArgs : EventArgs
Constructors
ScheduleTappedEventArgs()
Initializes a new instance of the ScheduleTappedEventArgs class.
Declaration
public ScheduleTappedEventArgs()
Properties
datetime
Gets returns Date time.
Declaration
public DateTime datetime { get; }
Property Value
Type |
---|
System.DateTime |
Schedule
Gets returns schedule object.
Declaration
public SfSchedule Schedule { get; }
Property Value
Type |
---|
SfSchedule |
selectedAppointment
Gets returns selected appointment.
Declaration
public object selectedAppointment { get; }
Property Value
Type |
---|
System.Object |