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

Provides data for an event that is raised to perform validation.

Definition

Namespace:Telerik.Windows.Controls.GridView.Cells

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class ValidatingRoutedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsValidatingRoutedEventArgs

Constructors

Initializes a new instance of the ValidatingRoutedEventArgs class.

C#
public ValidatingRoutedEventArgs()

Initializes a new instance of the ValidatingRoutedEventArgs class.

C#
public ValidatingRoutedEventArgs(RoutedEvent routedEvent, object source)
Parameters:routedEventRoutedEvent

The routed event identifier for this instance of the RoutedEventArgs class.

sourceobject

An alternate source that will be reported when the event is handled.

Properties

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

C#
public ValidationResult ValidationResult { get; set; }