Class ValidatingRoutedEventArgs
Provides data for an event that is raised to perform validation.
Namespace: Telerik.Windows.Controls.GridView.Cells
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class ValidatingRoutedEventArgs : RadRoutedEventArgs
Constructors
ValidatingRoutedEventArgs()
Initializes a new instance of the Validating
Declaration
public ValidatingRoutedEventArgs()
ValidatingRoutedEventArgs(RoutedEvent, Object)
Initializes a new instance of the Validating
Declaration
public ValidatingRoutedEventArgs(RoutedEvent routedEvent, object source)
Parameters
System. The routed event identifier for this instance of the System. |
System. 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
public ValidationResult ValidationResult { get; set; }