Xceed DataGrid for WPF v7.2 Documentation
RowValidationErrorRoutedEventArgs Constructor(RoutedEvent,RowValidationError)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > RowValidationErrorRoutedEventArgs Class > RowValidationErrorRoutedEventArgs Constructor : RowValidationErrorRoutedEventArgs Constructor(RoutedEvent,RowValidationError)
The identifier for the routed event.
The RowValidationError that occurred
Initializes a new instance of the RowValidationErrorRoutedEventArgs class specifying the RowValidationError that occurred and using the supplied routed event identifier.
Syntax
'Declaration
 
Public Function New( _
   ByVal routedEvent As RoutedEvent, _
   ByVal rowValidationError As RowValidationError _
)
'Usage
 
Dim routedEvent As RoutedEvent
Dim rowValidationError As RowValidationError
 
Dim instance As New RowValidationErrorRoutedEventArgs(routedEvent, rowValidationError)
public RowValidationErrorRoutedEventArgs( 
   RoutedEvent routedEvent,
   RowValidationError rowValidationError
)

Parameters

routedEvent
The identifier for the routed event.
rowValidationError
The RowValidationError that occurred
Requirements

Target Platforms: Windows 11, Windows, 10, 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

Reference

RowValidationErrorRoutedEventArgs Class
RowValidationErrorRoutedEventArgs Members
Overload List