AppointmentClickEventArgs Class
In This Article
Provides data for the ASPxClientScheduler.AppointmentClick and the ASPxClientScheduler.AppointmentDoubleClick events.
#Declaration
TypeScript
declare class AppointmentClickEventArgs extends ASPxClientEventArgs
#Remarks
Use the AppointmentClickEventArgs.appointmentId property to identify an appointment being clicked. Set the AppointmentClickEventArgs.handled to true
, if no default actions are necessary.
#Inheritance
ASPxClientEventArgs
AppointmentClickEventArgs
See Also