ClassPropertyGridValidatedEventArgs
Class
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
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
The field.
validationResults
The validation results.
Properties
Field
Gets or sets the field.
Declaration
cs-api-definition
public PropertyGridField Field { get; set; }
Property Value
The field.
ValidationResults
Gets the validation results.
Declaration
cs-api-definition
public IList<ValidationResult> ValidationResults { get; }
Property Value
The validation results.