Skip to main content

AppointmentsSelectionEventArgs Class

#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