'Declaration Public Function New( _ ByVal routedEvent As RoutedEvent, _ ByVal source As Object, _ ByVal text As String _ )
'Usage Dim routedEvent As RoutedEvent Dim source As Object Dim text As String Dim instance As New InvalidValueEventArgs(routedEvent, source, text)
public InvalidValueEventArgs( RoutedEvent routedEvent, object source, string text )
Parameters
- routedEvent
- source
- text