Show / Hide Table of Contents

Class FocusingInvalidControlEventArgs

Provides data for the ErrorClicked event.

Inheritance
System.Object
System.EventArgs
FocusingInvalidControlEventArgs
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.Controls.Data.Input.dll
Syntax
public class FocusingInvalidControlEventArgs : EventArgs

Constructors

| Improve this Doc View Source

FocusingInvalidControlEventArgs(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 Source

Handled

Gets or sets a value indicating whether the focusing was handled.

Declaration
public bool Handled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Item

Gets the error message string

Declaration
public ValidationSummaryItem Item { get; }
Property Value
Type Description
ValidationSummaryItem
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source