Skip to main content

ASPxClientAppointmentOperation.Cancel Method

Cancels the operation.

Declaration

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