XAML and WPF - Passing Variables to XAML Windows

Posted by Erika on Stack Overflow See other posts from Stack Overflow or by Erika
Published on 2010-03-31T04:40:51Z Indexed on 2010/03/31 4:43 UTC
Read the original article Hit count: 1417

Filed under:
|
|

Hi, I'm pretty new to WPF and i'm trying to load a XAML window and pass a variable to this XAML in its constructor or so, because i need it to load some items from this passed variable.

Could anyone point me to the direction of how to go about this please? How does one start up a XAML window and give it a variable please?

Thanks in advanced.. Erika

© Stack Overflow or respective owner

Related posts about xaml

Related posts about c#