raising events passing parameters in wpf

Posted by Thiago on Stack Overflow See other posts from Stack Overflow or by Thiago
Published on 2010-05-30T21:35:15Z Indexed on 2010/05/30 21:42 UTC
Read the original article Hit count: 369

Filed under:
|

Hi,

I'd like to add tabs to my window when an item in the GridView is double-clicked. But the tab that will be added depends on the clicked item. Which way should I do this on WPF? I thought about RoutedEvents, but I don't know how to pass a parameter with it. Any suggestions?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about routed-events