Im adding items to TreeView control via ItemsSource property and ItemTemplate property to set the template for TreeViewItem. How can i add an event handler to handle selecti
You'll need to add an event handler to the TreeView's SelectedItemChanged event.