ValidationSummary.FocusingInvalidControl Event
Occurs when an error in the error summary list is clicked.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.Data.Input (in System.Windows.Controls.Data.Input.dll)
By default, when an error message is selected in the ValidationSummary list, it attempts to set focus on the control where the error originated. You can disable this behavior by setting the FocusControlsOnClick property to false. Alternatively, you can change the focusing behavior by handling the FocusingInvalidControl event and implementing custom focusing behavior. When you handle this event, you set the FocusingInvalidControlEventArgs.Handled property to true to prevent the control from attempting to set focus.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.