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)
The routed event identifier for this instance of the RoutedEventArgs class.
sourceobjectAn 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; }