'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