Class
ValidatingRoutedEventArgs

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:

cs-api-definition
public class ValidatingRoutedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsValidatingRoutedEventArgs

Constructors

ValidatingRoutedEventArgs()

Initializes a new instance of the ValidatingRoutedEventArgs class.

Declaration

cs-api-definition
public ValidatingRoutedEventArgs()

ValidatingRoutedEventArgs(RoutedEvent, object)

Initializes a new instance of the ValidatingRoutedEventArgs class.

Declaration

cs-api-definition
public ValidatingRoutedEventArgs(RoutedEvent routedEvent, object source)

Parameters

routedEvent

RoutedEvent

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

source

object

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

Properties

ValidationResult

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

Declaration

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

Property Value

ValidationResult