Skip to main content

ASPxClientAppointmentDeletingEventArgs Class

Provides data for the ASPxClientScheduler.AppointmentDeleting event.

#Declaration

TypeScript
declare class ASPxClientAppointmentDeletingEventArgs extends ASPxClientCancelEventArgs

#Remarks

You can check the ASPxClientAppointmentDeletingEventArgs.appointmentIds object, containing client appointment IDs. To cancel deletion of an appointment, set the ASPxClientCancelEventArgs.cancel parameter to true.

#Inheritance

ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientAppointmentDeletingEventArgs
See Also