Class
PropertyGridValidatedEventArgs

Event arguments that describe RadPropertyGrid's Validated event.

Definition

Namespace:Telerik.Windows.Controls.Data.PropertyGrid

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class PropertyGridValidatedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsPropertyGridValidatedEventArgs

Constructors

PropertyGridValidatedEventArgs(PropertyGridField, IEnumerable<ValidationResult>)

Initializes a new instance of the PropertyGridValidatedEventArgs class.

Declaration

cs-api-definition
public PropertyGridValidatedEventArgs(PropertyGridField field, IEnumerable<ValidationResult> validationResults)

Parameters

field

PropertyGridField

The field.

validationResults

IEnumerable<ValidationResult>

The validation results.

Properties

Field

Gets or sets the field.

Declaration

cs-api-definition
public PropertyGridField Field { get; set; }

Property Value

PropertyGridField

The field.

ValidationResults

Gets the validation results.

Declaration

cs-api-definition
public IEnumerable<ValidationResult> ValidationResults { get; }

Property Value

IEnumerable<ValidationResult>

The validation results.