What are the parameters for Valuechanged event

Editors for WPF Forum

Posted 14 years ago by Richard Carlin
Avatar
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?

Comments (1)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Richard,

T is int? (or Int32? for VB.Net guys). We've notified Microsoft about this issue with XAML editor, but I don't believe we've heard back. The only current work around is to manually define the event handler, or hook up the event via code behind (as the C#/VB.Net editors generic the method stub correctly).


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.