AppointmentClickEventArgs Class
Provides data for the ASPxClientScheduler.AppointmentClick and the ASPxClientScheduler.AppointmentDoubleClick events.
Declaration
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