Posted 15 years ago
by Richard Carlin

I am trying to attach the valuechanged event to the Int32Editbox but visual studio/resharper cant automatically generate the new method from xaml.
I looked up the signature for the method and it has
private void NumberEditorChanged(object sender, PropertyChangedRoutedEventArgs<T> e)
{
}
What is T in this case?
I looked up the signature for the method and it has
private void NumberEditorChanged(object sender, PropertyChangedRoutedEventArgs<T> e)
{
}
What is T in this case?