MVVM- Is there a way that I can get and set a textbox's text without using databinding?

Posted by highone on Stack Overflow See other posts from Stack Overflow or by highone
Published on 2010-04-17T21:12:45Z Indexed on 2010/04/17 21:23 UTC
Read the original article Hit count: 280

Filed under:
|
|
|

I need to be able to get and set the textbox's text, but I don't want every single change in the textbox's text to update a string in my viewmodel. It seems to me that binding a string to the textbox's text property would be nearly as inefficient as updating a string on a textbox's textchanged event or am I wrong?

© Stack Overflow or respective owner

Related posts about mvvm

Related posts about wpf