New to Telerik UI for WPFStart a free 30-day trial

Provides data for the validating event of a field.

Definition

Namespace:Telerik.Windows.Controls.GridView.Cells

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class CellValidatingRoutedEventArgs : CellRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCellRoutedEventArgsCellValidatingRoutedEventArgs

Inherited Members CellRoutedEventArgs.OldValueCellRoutedEventArgs.NewValue

Constructors

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

C#
public CellValidatingRoutedEventArgs(object oldValue, object newValue)
Parameters:oldValueobject

The old value of the field.

newValueobject

The new value of the field.

Properties

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

C#
public ValidationResult ValidationResult { get; set; }