Kendo.Mvc.UI.Fluent.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 additional information check the change event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the change event.
Change(System.Func<System.Object,System.Object>)
Fired when users changes the input of the Captcha component.
For additional information check the change event documentation.
Parameters
handler System.Func<System.Object,System.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 additional information check the requestEnd event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the requestEnd event.
RequestEnd(System.Func<System.Object,System.Object>)
Fired when a request to a handler is finished - can be distinguished via the type argument in the event data.
For additional information check the requestEnd event documentation.
Parameters
handler System.Func<System.Object,System.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 additional information check the requestStart event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the requestStart event.
RequestStart(System.Func<System.Object,System.Object>)
Fired when the captcha makes a request to a handler - can be distinguished via the type argument in the event data.
For additional information check the requestStart event documentation.
Parameters
handler System.Func<System.Object,System.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 additional information check the error event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the error event.
Error(System.Func<System.Object,System.Object>)
Fired when a request triggered by the component fails - can be distinguished via the type argument in the event data.
For additional information check the error event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.