Class ValidationErrorEventArgs
Provides information for the System.Windows.Controls.Validation.Error attached event.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public class ValidationErrorEventArgs : RoutedEventArgs
Properties
| Improve this Doc View SourceAction
Gets a value that indicates whether the error is a new error or an existing error that has now been cleared.
Declaration
public ValidationErrorEventAction Action { get; }
Property Value
Type | Description |
---|---|
ValidationErrorEventAction |
Error
Gets the error that caused this System.Windows.Controls.Validation.Error event.
Declaration
public ValidationError Error { get; }
Property Value
Type | Description |
---|---|
ValidationError |
Handled
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |