Click here to Skip to main content
15,907,396 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: WPF MVVM Nested Views Pin
Pete O'Hanlon24-Oct-11 6:02
mvePete O'Hanlon24-Oct-11 6:02 
GeneralRe: WPF MVVM Nested Views Pin
Kevin Marois24-Oct-11 8:07
professionalKevin Marois24-Oct-11 8:07 
AnswerWPF MVVM Nested Views - Clarification Pin
Kevin Marois24-Oct-11 8:06
professionalKevin Marois24-Oct-11 8:06 
GeneralRe: WPF MVVM Nested Views - Clarification Pin
SledgeHammer0124-Oct-11 8:23
SledgeHammer0124-Oct-11 8:23 
GeneralRe: WPF MVVM Nested Views - Clarification Pin
Kevin Marois24-Oct-11 8:48
professionalKevin Marois24-Oct-11 8:48 
GeneralRe: WPF MVVM Nested Views - Clarification Pin
SledgeHammer0124-Oct-11 8:55
SledgeHammer0124-Oct-11 8:55 
GeneralRe: WPF MVVM Nested Views - Clarification Pin
Kevin Marois24-Oct-11 8:58
professionalKevin Marois24-Oct-11 8:58 
GeneralRe: WPF MVVM Nested Views - Clarification Pin
SledgeHammer0124-Oct-11 9:10
SledgeHammer0124-Oct-11 9:10 
Using an action delegate would work of course, but it introduces tight coupling between view models which is a no-no. vmA has to know explicitly about vmB and explicitly subscribe to the event. Messenger doesn't have that problem since its more "anonymous". All your VM is coupled too is the messenger service. And if you are using DependencyInjection that can be a loose coupling as well.
GeneralRe: WPF MVVM Nested Views - Clarification Pin
Kevin Marois25-Oct-11 6:30
professionalKevin Marois25-Oct-11 6:30 
GeneralRe: WPF MVVM Nested Views - Clarification Pin
SledgeHammer0125-Oct-11 6:37
SledgeHammer0125-Oct-11 6:37 
QuestionWPF Dynamic Content Pin
Kevin Marois20-Oct-11 11:56
professionalKevin Marois20-Oct-11 11:56 
AnswerRe: WPF Dynamic Content Pin
SledgeHammer0120-Oct-11 13:27
SledgeHammer0120-Oct-11 13:27 
GeneralRe: WPF Dynamic Content Pin
Kevin Marois20-Oct-11 14:00
professionalKevin Marois20-Oct-11 14:00 
QuestionRe-validating DataGrid after programmaticallychanging row source Pin
jchalfant18-Oct-11 7:50
jchalfant18-Oct-11 7:50 
QuestionRe: Re-validating DataGrid after programmaticallychanging row source Pin
Mark Salsbery19-Oct-11 6:54
Mark Salsbery19-Oct-11 6:54 
AnswerRe: Re-validating DataGrid after programmaticallychanging row source Pin
jchalfant20-Oct-11 5:02
jchalfant20-Oct-11 5:02 
GeneralRe: Re-validating DataGrid after programmaticallychanging row source Pin
Mark Salsbery20-Oct-11 5:55
Mark Salsbery20-Oct-11 5:55 
GeneralRe: Re-validating DataGrid after programmaticallychanging row source Pin
jchalfant20-Oct-11 8:45
jchalfant20-Oct-11 8:45 
Questionribbon tool bar Pin
transoft18-Oct-11 5:13
transoft18-Oct-11 5:13 
AnswerRe: ribbon tool bar Pin
SledgeHammer0118-Oct-11 5:18
SledgeHammer0118-Oct-11 5:18 
AnswerRe: ribbon tool bar Pin
Alisaunder18-Oct-11 5:38
Alisaunder18-Oct-11 5:38 
QuestionIdentify WPF list conrol Items' Automation ID in QTP Pin
pal2ashish18-Oct-11 2:28
pal2ashish18-Oct-11 2:28 
QuestionAutomationID to WPF controls Pin
pal2ashish14-Oct-11 21:36
pal2ashish14-Oct-11 21:36 
AnswerRe: AutomationID to WPF controls Pin
Abhinav S18-Oct-11 3:32
Abhinav S18-Oct-11 3:32 
GeneralRe: AutomationID to WPF controls Pin
pal2ashish18-Oct-11 19:21
pal2ashish18-Oct-11 19:21 

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.