FocusingInvalidControlEventArgs Constructor
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a new instance of the FocusingInvalidControlEventArgs class.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.Data.Input (in System.Windows.Controls.Data.Input.dll)
Syntax
'Declaration
Public Sub New ( _
item As ValidationSummaryItem, _
target As ValidationSummaryItemSource _
)
public FocusingInvalidControlEventArgs(
ValidationSummaryItem item,
ValidationSummaryItemSource target
)
Parameters
- item
Type: System.Windows.Controls.ValidationSummaryItem
The error that is selected in the ValidationSummary list.
- target
Type: System.Windows.Controls.ValidationSummaryItemSource
The control/property pair that will receive focus.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.