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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T04:41:20+00:00 2026-06-10T04:41:20+00:00

Here is the property that fires PropertyChanged: public override List<Tag> Tags { get {

  • 0

Here is the property that fires PropertyChanged:

public override List<Tag> Tags
{
    get
    {
        return base.Tags;
    }
    set
    {
        if (base.Tags != value) {
            base.Tags = value;
            if (PropertyChanged != null)
            {
                PropertyChanged(this, 
                         new PropertyChangedEventArgs("Tags"));
                PropertyChanged(this, 
                         new PropertyChangedEventArgs("TotalTagPages"));
                PropertyChanged(this, 
                         new PropertyChangedEventArgs("PageHasTags"));
             }
        }

    }
}

This control refreshes correctly when CurrentPage.Tags is modified:

<TextBlock DockPanel.Dock="Bottom" Name="TagHeader" 
    Text="{Binding CurrentPage.Tags,
         Converter={converter:EnumerableToSpacedString}}"    
    Foreground="White" />

This one does NOT refresh when CurrentPage.Tags is changed, but does so when CurrentPage itself is changed:

<ListBox VerticalAlignment="Top"
   Style="{StaticResource DarkListBox}"  
   ItemTemplate="{StaticResource TagTemplateNoCounts}" 
   ItemsSource="{Binding CurrentPage.Tags}" >
        <ListBox.ItemsPanel>
        <ItemsPanelTemplate>
        <StackPanel Orientation="Horizontal"></StackPanel>  
        </ItemsPanelTemplate>
        </ListBox.ItemsPanel>
</ListBox>

Any ideas?

  • 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-10T04:41:22+00:00Added an answer on June 10, 2026 at 4:41 am

    Do not see any reason why that would not work (as opposed to modifying the list, which requires INotifyCollectionChanged)…

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

Sidebar

Related Questions

I have a folder path stored in the property nightly.basepath (here the value would
How can I have the property of a property set using NHibernate? Here is
Is there a Property that resolves to the public folder? I don't want to
Here is my simplest structure Customer CustomerID FirstName LastName ... BrokerID <- Navigation Property
Trying to implement a search similar to here .This searches properties based on city,locality,property
I have essentially the same problem discussed here: http://khason.net/blog/dependency-property-getters-and-setters-in-multithreaded-environment/ public static readonly DependencyProperty MyPropertyProperty
I am trying to animate the transform property of a view. Here is my
Is it possible to bind to a property of a property? Here is what
I am not sure why the property is not being called on Binding. Here
I have the following property: @property (nonatomic, assign) double lastSynced; and here's my custom

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.