public event AppointmentSelectedEventHandler AppointmentSelected
The event handler receives an argument of type AppointmentSelectedEventArgs containing data related to this event. The following AppointmentSelectedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
SelectedAppointment | Returns the new selected Infragistics.Scheduler.Appointment (read-only) |
SelectedInDate | Returns the date within which the Infragistics.Scheduler.Appointment was selected. For single day Infragistics.Scheduler.Appointments this returns the day on which the Infragistics.Scheduler.Appointment occurs. For multi-day Infragistics.Scheduler.Appointments this returns the day that contains the Infragistics.Scheduler.Appointment 'segment' that was selected. (read-only) |
ViewMode | Returns the Infragistics.Scheduler.Core.SchedulerViewMode associated with the Infragistics.Scheduler.Appointment that was selected (read-only) |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+