AppointmentsSelectionEventArgs Class
In This Article
Provides data for the ASPxClientScheduler.AppointmentsSelectionChanged event.
#Declaration
TypeScript
declare class AppointmentsSelectionEventArgs extends ASPxClientEventArgs
#Remarks
The AppointmentsSelectionChanged occurs when the end-user selects an appointment. It provides information about selected appointments, and enables you to execute arbitrary scripts on clicking a particular appointment.
#Inheritance
ASPxClientEventArgs
AppointmentsSelectionEventArgs
See Also