Skip to main content

ASPxClientAppointmentOperation.Cancel Method

In This Article

Cancels the operation.

#Declaration

TypeScript
Cancel(): void

#Remarks

To decide whether an operation should start on a server (i.e. to send a callback), you can intercept the operation workflow early on the client side. In the corresponding client-side event handler, you can set the handled parameter to true and then call either the Apply or Cancel methods, to proceed with the operation or to cancel it.

See Also