Version

AppointmentSelected Event (XamScheduler)

Occurs when an Infragistics.Scheduler.Appointment is selected in the XamScheduler.
Syntax
public event AppointmentSelectedEventHandler AppointmentSelected
Event Data

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.

PropertyDescription
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)
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also