Class FocusingInvalidControlEventArgs
Provides data for the ErrorClicked event.
Inheritance
System.Object
System.EventArgs
FocusingInvalidControlEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Windows.Controls
Assembly: Controls.Data.Input.OpenSilver.dll
Syntax
public class FocusingInvalidControlEventArgs : EventArgs
Constructors
| Improve this Doc View SourceFocusingInvalidControlEventArgs(ValidationSummaryItem, ValidationSummaryItemSource)
Initializes a new instance of the ValidationSummaryItemEventArgs class.
Declaration
public FocusingInvalidControlEventArgs(ValidationSummaryItem item, ValidationSummaryItemSource target)
Parameters
Type | Name | Description |
---|---|---|
ValidationSummaryItem | item | The selected ValidationSummaryItem |
ValidationSummaryItemSource | target | The target is the ValidationSummaryItemSource that will be focused. |
Properties
| Improve this Doc View SourceHandled
Gets or sets a value indicating whether the focusing was handled.
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Item
Gets the error message string
Declaration
public ValidationSummaryItem Item { get; }
Property Value
Type | Description |
---|---|
ValidationSummaryItem |
Target
Gets or sets the target ValidationSummaryItemSource. If this value is changed, it will be the new current source and will be focused.
Declaration
public ValidationSummaryItemSource Target { get; set; }
Property Value
Type | Description |
---|---|
ValidationSummaryItemSource |