New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
CancelDefaultValidation
IsValid
Telerik.Web.UI.CaptchaValidateEventArgs
Provides the event data for the RadCaptcha's CaptchaValidate event.
Inheritance Hierarchy
- System.Object
- System.EventArgs
- Telerik.Web.UI.CaptchaValidateEventArgs
Properties
CancelDefaultValidation Boolean
Gets or sets a bool value indicating whether the Captcha default validation should proceed after the event is fired.
IsValid Boolean
Gets or sets a bool value returned by the Captcha validation, if CancelDefaultValidation property is set to true.