ASPxClientAppointmentOperation.Apply Method
In This Article
Passes parameters to the corresponding callback function to accomplish the operation.
#Declaration
TypeScript
Apply(): 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