'Declaration Public Function New( _ ByVal routedEvent As RoutedEvent, _ ByVal cellValidationError As CellValidationError _ )
'Usage Dim routedEvent As RoutedEvent Dim cellValidationError As CellValidationError Dim instance As New CellValidationErrorRoutedEventArgs(routedEvent, cellValidationError)
public CellValidationErrorRoutedEventArgs( RoutedEvent routedEvent, CellValidationError cellValidationError )
Parameters
- routedEvent
- The identifier for the routed event.
- cellValidationError
- The CellValidationError that occurred.