Class
PropertyGridValidatedEventArgs

Event arguments that describe RadPropertyGrid's Validated event.

Definition

Namespace:Telerik.UI.Xaml.Controls.Data.PropertyGrid

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class PropertyGridValidatedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsPropertyGridValidatedEventArgs

Inherited Members RadRoutedEventArgs.InvokeEventHandler(Delegate, object)RadRoutedEventArgs.OnSetSource(object)RadRoutedEventArgs.RoutedEventRadRoutedEventArgs.SourceRadRoutedEventArgs.HandledRadRoutedEventArgs.OriginalSource

Constructors

PropertyGridValidatedEventArgs(PropertyGridField, IList<ValidationResult>)

Initializes a new instance of the PropertyGridValidatedEventArgs class.

Declaration

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

Parameters

field

PropertyGridField

The field.

validationResults

IList<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 IList<ValidationResult> ValidationResults { get; }

Property Value

IList<ValidationResult>

The validation results.