Click here to Skip to main content
15,886,362 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: How to get the value of textbox in ViewModel in WPF - MVVM Pin
Rocky#3-May-12 20:42
Rocky#3-May-12 20:42 
GeneralRe: How to get the value of textbox in ViewModel in WPF - MVVM Pin
Jeremy Hutchinson4-May-12 1:48
professionalJeremy Hutchinson4-May-12 1:48 
GeneralRe: How to get the value of textbox in ViewModel in WPF - MVVM Pin
Rocky#4-May-12 3:05
Rocky#4-May-12 3:05 
AnswerRe: How to get the value of textbox in ViewModel in WPF - MVVM Pin
Mycroft Holmes3-May-12 12:46
professionalMycroft Holmes3-May-12 12:46 
GeneralRe: How to get the value of textbox in ViewModel in WPF - MVVM Pin
Rocky#3-May-12 20:19
Rocky#3-May-12 20:19 
GeneralRe: How to get the value of textbox in ViewModel in WPF - MVVM Pin
Pete O'Hanlon3-May-12 20:29
mvePete O'Hanlon3-May-12 20:29 
GeneralRe: How to get the value of textbox in ViewModel in WPF - MVVM Pin
Rocky#3-May-12 20:43
Rocky#3-May-12 20:43 
AnswerRe: How to get the value of textbox in ViewModel in WPF - MVVM Pin
Wayne Gaylard3-May-12 21:09
professionalWayne Gaylard3-May-12 21:09 
The WPF textbox has a default UpdateSourceTrigger of LostFocus, which means that it only updates it's bound value when the user focuses on another control. By changing the trigger to update when the property changes, it updates it's bound value every time the user enters/deletes/changes a letter. Here is the MSDN page that discusses this How to: Control when the TextBox Text Updates the Source[^] .

Hope this helps
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman

GeneralRe: How to get the value of textbox in ViewModel in WPF - MVVM Pin
Rocky#4-May-12 3:04
Rocky#4-May-12 3:04 
GeneralRe: How to get the value of textbox in ViewModel in WPF - MVVM Pin
Wayne Gaylard4-May-12 20:22
professionalWayne Gaylard4-May-12 20:22 
QuestionHelp Understanding Dependancy Properties Pin
Kevin Marois2-May-12 7:10
professionalKevin Marois2-May-12 7:10 
AnswerRe: Help Understanding Dependancy Properties Pin
Abhinav S2-May-12 7:17
Abhinav S2-May-12 7:17 
GeneralRe: Help Understanding Dependancy Properties Pin
Kevin Marois2-May-12 7:38
professionalKevin Marois2-May-12 7:38 
AnswerRe: Help Understanding Dependancy Properties Pin
SledgeHammer012-May-12 7:24
SledgeHammer012-May-12 7:24 
GeneralRe: Help Understanding Dependancy Properties Pin
Kevin Marois2-May-12 7:37
professionalKevin Marois2-May-12 7:37 
QuestionMove picture Pin
Reginaldo Ap Primo2-May-12 3:30
Reginaldo Ap Primo2-May-12 3:30 
AnswerRe: Move picture Pin
Abhinav S2-May-12 7:16
Abhinav S2-May-12 7:16 
Questionhow to use dxv2 software Pin
Sekhar Maruthi Kumar1-May-12 21:40
Sekhar Maruthi Kumar1-May-12 21:40 
AnswerRe: how to use dxv2 software Pin
Pete O'Hanlon1-May-12 21:56
mvePete O'Hanlon1-May-12 21:56 
QuestionTimeline data view Pin
tamersi30-Apr-12 11:54
tamersi30-Apr-12 11:54 
AnswerRe: Timeline data view Pin
Mycroft Holmes30-Apr-12 21:44
professionalMycroft Holmes30-Apr-12 21:44 
GeneralRe: Timeline data view Pin
tamersi1-May-12 12:17
tamersi1-May-12 12:17 
GeneralRe: Timeline data view Pin
Richard MacCutchan1-May-12 21:30
mveRichard MacCutchan1-May-12 21:30 
QuestionFor DataGrid, Do you like or hate AutoGenerateColumns property? Pin
Frank W. Wu30-Apr-12 4:07
Frank W. Wu30-Apr-12 4:07 
AnswerRe: For DataGrid, Do you like or hate AutoGenerateColumns property? Pin
ekolis30-Apr-12 11:39
ekolis30-Apr-12 11:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.