public event AppointmentClickedEventHandler AppointmentClicked
The event handler receives an argument of type AppointmentClickedEventArgs containing data related to this event. The following AppointmentClickedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AllowSelection | Returns/sets whether this click should be processed and the Infragistics.Scheduler.Appointment selected. |
ClickedAppointment | Returns the Infragistics.Scheduler.Appointment that was clicked (read-only) |
ClickedInDate | Returns the date within which the Infragistics.Scheduler.Appointment was clicked. 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 clicked. (read-only) |
ViewMode | Returns the Infragistics.Scheduler.Core.SchedulerViewMode associated with the Infragistics.Scheduler.Appointment that was clicked (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+