Class ValidatingRoutedEventArgs
Provides data for an event that is raised to perform validation.
Inherited Members
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 ValidatingRoutedEventArgs class.
Declaration
public ValidatingRoutedEventArgs()
ValidatingRoutedEventArgs(RoutedEvent, Object)
Initializes a new instance of the ValidatingRoutedEventArgs class.
Declaration
public ValidatingRoutedEventArgs(RoutedEvent routedEvent, object source)
Parameters
RoutedEvent
routedEvent
The routed event identifier for this instance of the System.Windows.RoutedEventArgs class. |
System.Object
source
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; }
Property Value
ValidationResult
|