Class ValidationErrorEventArgs
Provides information about the validation process.
Inheritance
System.Object
System.EventArgs
ValidationErrorEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ValidationErrorEventArgs : EventArgs
Constructors
ValidationErrorEventArgs(Object, Exception)
Declaration
public ValidationErrorEventArgs(object value, Exception exception)
Parameters
System.
|
System.
|
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.
Declaration
public Exception Exception { get; }
Property Value
System.
|
Value
Gets the edited value that fails to be validated
Declaration
public object Value { get; }
Property Value
System.
|