Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8389911
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T18:51:02+00:00 2026-06-09T18:51:02+00:00

I am working in MVVM and my view has several listboxes that successively switch

  • 0

I am working in MVVM and my view has several listboxes that successively switch to “visible” after the previous SelectedItem is changed.

(IE when an item in Listbox1 is selected, Listbox2 becomes visible and so on.)

I know that I need to subscribe to the event when the IsSelected property has changed, but I need to know HOW to do this in my ViewModel/what other snippets of code I need in order to “do something” with the selected item and “do a specific something” when the event has occured for the specific listbox so that I can trigger the next Listbox to visible. Would this be considered “Creating a custom event”? And, how to subscribe to it.

Thank you 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T18:51:03+00:00Added an answer on June 9, 2026 at 6:51 pm

    In the XAML, set the Combo or list’s SelectedItem property like so:

    SelectedItem="{Binding MySelectedItem, Mode=TwoWay}"
    

    In the ViewModel, create a property for MySelectedItem:

        private AddressType _MySelectedItem;
        public AddressType MySelectedItem
        {
            get { return _MySelectedItem; }
            set
            {
                _MySelectedItem = value;
                OnPropertyChanged("MySelectedItem");
    
                CallMethodToEnableNextListBox(_MySelectedItem);
            }
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on an MVVM app that performs several tasks in the background,
I am working on a WPF MVVM application. It has a custom canvas class
Im working on a MVVM Windows phone app that displays weather info. When the
I am working on a WPF application which has a treeview that represents an
I'm working an application that is based on Silverlight 5. It's framework is MVVM
In the past while working with MVVM I've created every View as a DataTemplate
I am using Silverlight 4 and the MVVM pattern. My view model has two
Hi people stackoverflow. I'm working with MVVM, I have ViewModel call UserViewModel with a
I'm building a WPF application and working with the MVVM pattern. I have 4
I'm working on a WPF project using MVVM and I'm trying to implement a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.