Skip to main content
A newer version of this page is available. .

AppointmentClickEventArgs Class

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