Can anyone tell me what the actual syntax is for EventToCommand class. From what I believe is that EventToCommand class works with Silverlight / WPF and WP7, hence I think its a better choice to go do
I was fallowing Mix 2011 MVVM Deep dive talk and try to implement IDialogService interface to display messages and common loading bars... etc, but I found bit troubling assignment DialogService to Vie
I have another view setup and ready and waiting with its viewmodel. My RelayCommand arrives in my \"Current\" viewmodel. What is the best way to show the new view from my current viewmodel?
I know there might be more example or answers to this questions but they overwhelm me. I am looking for a no-frills example of a form that uses dat开发者_JAVA百科a binding to populate a collection. Th
I have just installed the components for MVVM item and created a project for WP7 (this is in VS10) getting \'unable to load the metadata for assembly \'mvvmLight1\' Then points me to a web reference t
I have really tried but I cannot find a good working example of using the Castle IOC with MVVMLight.Any sort of guidance in the way to dynamically generate ViewModelBase viewmodels would be appreciate
Quick question about the InvokeOperation, so from my view model i have this... private void IsValidNumber(string value)
i\'m trying to create a DataGrid with a column of checkboxes. On that CheckBox-column\'s header, i\'d like to have a \"check/uncheck all\"-type of checkbox.
I have a MainView with a Tabbed UI. How do I add a new TabItem (= View) to the TabControl? Basicaly I see 2 ways:
I have a few textboxes on a form that, when focus is lost, I\'d like to call a setter stored procedure to save the data, then in my callback function call a getter stored proc which will update a job