'Declaration Public Function New( _ ByVal routedEvent As RoutedEvent, _ ByVal source As Object, _ ByVal cellValidationError As CellValidationError _ )
'Usage Dim routedEvent As RoutedEvent Dim source As Object Dim cellValidationError As CellValidationError Dim instance As New CellValidationErrorRoutedEventArgs(routedEvent, source, cellValidationError)
public CellValidationErrorRoutedEventArgs( RoutedEvent routedEvent, object source, CellValidationError cellValidationError )
Parameters
- routedEvent
- The identifier for the routed event.
- source
- An alternate source that will be reported when the event is handled. This pre-populates the Source property.
- cellValidationError
- The CellValidationError that occurred.