ClassValidationErrorEventArgs
Class
Provides information about the validation process.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class ValidationErrorEventArgs : EventArgs
Inheritance: objectEventArgsValidationErrorEventArgs
Inherited Members
Constructors
Properties
Exception
Gets the exception that is caused by the validation of the edited value. Generally the exception is populated by the validation logic and is available for rising by the editor.