Version

ValidationErrorEventArgs Constructor(Validation,Object,NotificationSettings)

Creates a new instance of the ValidationErrorEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal validation As Validation, _
   ByVal entity As Object, _
   ByVal notificationSettings As NotificationSettings _
)
public ValidationErrorEventArgs( 
   Validation validation,
   object entity,
   NotificationSettings notificationSettings
)

Parameters

validation
The Validation instance which contains information about the validation(s) that caused the error.
entity
The entity that was validated, i.e., the control or embeddable editor.
notificationSettings
A NotificationSettings instance which contains resolved property values.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also