CaptchaEventBuilder
Defines the fluent API for configuring the Kendo UI 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.
Change(System.Func)
Fired when users changes the input of the Captcha component.
For more information see Change event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
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.
RequestEnd(System.Func)
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.Func<Object,Object>
The handler code wrapped in a text tag.
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.
RequestStart(System.Func)
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.Func<Object,Object>
The handler code wrapped in a text tag.
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.
Error(System.Func)
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.Func<Object,Object>
The handler code wrapped in a text tag.