I'm trying to send a variable from the ViewModel as a parameter to a command. The command looks like this: …
c# wpf mvvm command commandparameterI would like to pass a Xamarin.Forms.Button in it's own Command as the CommandParameter to my ViewModel. I …
c# xaml xamarin.forms commandparameterI have a DataTemplate that represents AppBar buttons that I declare through a collection of custom AppBarCommand objects. public AppBarCommand(…
c# wpf binding datatemplate commandparameterhow can I pass the window I am currently on as a parameter to a command? I like to do …
wpf binding commandparameterI've a wpf specific problem. I'm trying to delete a Row from a Datagrid, by defining a Keybinding that passes …
wpf xaml key-bindings commandparameterI'm just learning Silverlight and looking at MVVM and Commanding. Ok, so I have seen the basic RelayCommand implementation: public …
mvvm silverlight-4.0 command relaycommand commandparameterHow do i correctly bind a dynamical created list of menu items. I have tried several thing but none seem …
wpf data-binding mvvm menuitem commandparameterI am thinking if the windows phone 7 button event is similar to ASP.NET development with C#, something like in …
windows-phone-7 button parameters commandparameterCurrently I have in xaml: <ItemsControl ItemsSource="{Binding Facilities, Mode=OneWay}"> <ItemsControl.ItemTemplate> <DataTemplate> &…
c# xaml binding itemscontrol commandparameterEventToCommand fails to pass Command Parameter on Load Event When attached to the Load event of the page or user …
load mvvm-light commandparameter eventtocommand