This question is locked. New answers and comments are not allowed.
The event is declared like so:
ValueChanged(sender As Object, e As System.Windows.RoutedPropertyChangedEventArgs(Of Double?))
Notice the question mark at the end; should the value really be nullable? The slider for example does not have a nullable value property.