Class CellValidatingRoutedEventArgs
Provides data for the validating event of a field.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView.Cells
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class CellValidatingRoutedEventArgs : CellRoutedEventArgs
Constructors
CellValidatingRoutedEventArgs(Object, Object)
Initializes a new instance of the CellValidatingRoutedEventArgs class. Provides data for the validating event of a field.
Declaration
public CellValidatingRoutedEventArgs(object oldValue, object newValue)
Parameters
System.Object
oldValue
The old value of the field. |
System.Object
newValue
The new value of the field. |
Properties
ValidationResult
Gets or sets the result of the validation performed on the field.
Declaration
public ValidationResult ValidationResult { get; set; }
Property Value
ValidationResult
|