Class
CellValidatingRoutedEventArgs

Provides data for the validating event of a field.

Definition

Namespace:Telerik.Windows.Controls.GridView.Cells

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class CellValidatingRoutedEventArgs : CellRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCellRoutedEventArgsCellValidatingRoutedEventArgs

Inherited Members CellRoutedEventArgs.OldValueCellRoutedEventArgs.NewValue

Constructors

CellValidatingRoutedEventArgs(object, object)

Initializes a new instance of the CellValidatingRoutedEventArgs class. Provides data for the validating event of a field.

Declaration

cs-api-definition
public CellValidatingRoutedEventArgs(object oldValue, object newValue)

Parameters

oldValue

object

The old value of the field.

newValue

object

The new value of the field.

Properties

ValidationResult

Gets or sets the result of the validation performed on the field.

Declaration

cs-api-definition
public ValidationResult ValidationResult { get; set; }

Property Value

ValidationResult