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 8085801
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T18:14:38+00:00 2026-06-05T18:14:38+00:00

I have a viewmodel which is subscribing to the event NavigationCompletedEvent. This viewmodel need

  • 0

I have a viewmodel which is subscribing to the event “NavigationCompletedEvent”. This viewmodel need to be loaded into memory without view. Code to subscribe is event is like

 var navigationCompletedEvent = eventAggregator.GetEvent<NavigationCompletedEvent>();
        navigationCompletedEvent.Subscribe(OnNavigationCompleted, ThreadOption.UIThread);

I have created the object of this viewmodel explicitly in Module like

 // Register other view objects with DI Container (Unity)
        var container = ServiceLocator.Current.GetInstance<IUnityContainer>();
        container.RegisterInstance(typeof(ModuleCTaskButtonViewModel), 
            new ModuleCTaskButtonViewModel(), new ExternallyControlledLifetimeManager());

but when i am raising the event from some other viewmodule the subscribe method is not called.

It works fine if view is also loaded in memory. Any idea on this? How can I acheive it?

Thanks in advance.

  • 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-05T18:14:40+00:00Added an answer on June 5, 2026 at 6:14 pm

    By default, subscriptions to the Event aggregator are weak references. To keep your viewmodel alive, if no one else is referencing it, you must use the overload to the Subscribe function that takes a bool to indicate you want to use a strong reference.

    Although, maybe your Unity incantations of which I am not aware will maintain the required lifetime… However, your experimental results suggest not…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this block of xaml and I made a ViewModel which contains a
I have a DatePicker working on a View which also has a ViewModel associated
I have senario in which one view and view has binding with multiple ViewModel.
In my application I have a model and viewmodel which implement IDataError this all
I have an event that I am subscribing to in a View Model. The
I have a contact viewmodel which I use to strongly type my partial view
I'm developing WPF applications using MVVM pattern. I have ViewModel with code like this:
I have a viewmodel which implement INotifyPropertyChanged . On this viewModel is a property
I am trying to implement Repository pattern in JavaScript. I have ViewModel which i
I have a ViewModel which contains an ObservableCollection of booleans. And I have 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.