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 | Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs. |
See Also