Top "Selectionchanged" questions

ComboBox- SelectionChanged event has old value, not new value

C#, .NET 4.0, VS2010. New to WPF. I have a ComboBox on my MainWindow. I hooked the SelectionChanged event of said …

c# wpf combobox .net-4.0 selectionchanged
WPF Listview SelectionChanged event

I have a ListView binding to an ItemsSource and the SelectionChanged event is firing on the load/databound events? I …

wpf listview selectionchanged
How to cancel a ComboBox SelectionChanged event?

Is there an easy method to prompt the user to confirm a combo box selection change and not process the …

c# wpf combobox selectionchanged
How to get a specific cell in a DataGridView on selection changed

With a listbox, I have the following code to extract the item selected: private void inventoryList_SelectedIndexChanged(object sender, EventArgs …

c# winforms datagridview selectionchanged
How can I realize SelectionChanged in MVVM ListBox Silverlight

The ListBox control does not implement a Command property. I have to attach some functionality to the SelectionChanged event. Somebody …

silverlight mvvm listbox command selectionchanged
Combobox selectionchanged event triggers without even changing the selection in the ComboBox

Could you help me find the error in this one: The event triggers before even the windows form is loaded. …

wpf combobox dataset selectionchanged
DataGridView selectionChanged event firing multiple times

In my application I am using DataGridView to display the list. When user select a record in the datagridview, it …

c# winforms data-binding datagridview selectionchanged
show different item on selectionchange on a grid

i have a grid and a form, i need to show different items on the form each time we select …

grid extjs4 selectionchanged
Infragistics XamDataGrid WPF MVVM SelectionChanged

We are implementing a MVVM architecture in our WPF application. We want to use the Infragistics XamDataGrid but kind of …

wpf mvvm infragistics selectionchanged xamdatagrid
avoid list view selected index changed firing twice

Quite a simple question, when the selected index of a list view is changed, the event fires twice, once for …

vb.net winforms listview selectionchanged