New to Telerik UI for ASP.NET MVC? Download free 30-day trial

CaptchaEventBuilder

Defines the fluent API for configuring the Kendo Captcha for ASP.NET MVC events.

Methods

Change(System.String)

Fired when users changes the input of the Captcha component.

For more information see Change event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the change event.

RequestEnd(System.String)

Fired when a request to a handler is finished - can be distinguished via the type argument in the event data.

For more information see RequestEnd event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the requestEnd event.

RequestStart(System.String)

Fired when the captcha makes a request to a handler - can be distinguished via the type argument in the event data.

For more information see RequestStart event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the requestStart event.

Error(System.String)

Fired when a request triggered by the component fails - can be distinguished via the type argument in the event data.

For more information see Error event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the error event.

In this article
Not finding the help you need?