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