constructor(appointments) Constructor
Creates an ASPxClientAppointmentDeletingEventArgs instance with the specified client appointments.
Declaration
constructor(
appointments: ASPxClientAppointment[]
)
Parameters
| Name | Type | Description |
|---|---|---|
| appointments | ASPxClientAppointment[] | An array of ASPxClientAppointment objects. |
See Also