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

ASPxClientAppointmentDeletingEventArgs Members

Provides data for the ASPxClientScheduler.AppointmentDeleting event.

Constructors

Name Description
constructor(appointments) Creates an ASPxClientAppointmentDeletingEventArgs instance with the specified client appointments.

Properties

Name Description
appointmentIds Gets client IDs of the appointments to be removed.
cancel Gets or sets a value indicating whether the action which raised the event should be canceled. Inherited from ASPxClientCancelEventArgs.
See Also