Class ScheduleTappedEventArgs
Provides data for a ScheduleTapped event.
Inheritance
System.Object
ScheduleTappedEventArgs
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleTappedEventArgs : Object
Constructors
ScheduleTappedEventArgs()
Declaration
public ScheduleTappedEventArgs()
Properties
Appointment
Gets the schedule appointment.
Declaration
public object Appointment { get; set; }
Property Value
Type |
---|
System.Object |
Appointments
Gets the schedule appointment collection.
Declaration
public object Appointments { get; set; }
Property Value
Type |
---|
System.Object |
SelectedDate
Specifies the date time of the selected date.
Declaration
public Nullable<DateTime> SelectedDate { get; set; }
Property Value
Type |
---|
System.Nullable<System.DateTime> |
SelectedResource
Specifies the selected resource collection in Schedule.
Declaration
public ObservableCollection<object> SelectedResource { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<System.Object> |