'Declaration Public Function New( _ ByVal routedEvent As RoutedEvent, _ ByVal source As Object, _ ByVal oldValue As Object, _ ByVal newValue As Object _ )
'Usage Dim routedEvent As RoutedEvent Dim source As Object Dim oldValue As Object Dim newValue As Object Dim instance As New PropertyValueChangedEventArgs(routedEvent, source, oldValue, newValue)
public PropertyValueChangedEventArgs( RoutedEvent routedEvent, object source, object oldValue, object newValue )
Parameters
- routedEvent
- The routed event.
- source
- The source of the changed value.
- oldValue
- The old value.
- newValue
- The new value.