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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T21:06:01+00:00 2026-05-11T21:06:01+00:00

If you have a BindingList<Person> for example and you bind it to a control,

  • 0

If you have a BindingList<Person> for example and you bind it to a control, if your Person class doesn’t implement INotfiyPropertyChanging / Changed, your changes to the underlying List won’t show up in your control automatically. My question is, are there any other uses for these interfaces as far as the framework is concerned? I’m not talking about using these interfaces to implement your own actions based on these events, I’m talking about in the .NET Framework itself, is there ever another need to implement these interfaces?

  • 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-05-11T21:06:01+00:00Added an answer on May 11, 2026 at 9:06 pm

    I can’t speak with 100% confidence, but since you didn’t have any other answers and I was interested myself I’ve just fired up Reflector and checked which classes have a dependency on INotifyPropertyChanged, and the short answer appears to be: No, it isn’t really used for anything else.

    Looking through the classes, some of the non-databinding references are:

    • System.Configuration.ApplicationSettingsBase – so if you decide to implement your own provider for application settings then it should expose INPC functionality. So there is one area where it is used outside of DataBinding, but a very narrow niche.

    • System.Printing.PrintTicket also implements INPC. I haven’t done a great deal of printing through .NET, so this may be important, it may not. I really couldn’t say.

    So, to answer the question more fully: If you aren’t databinding I doubt you’ll find any benefit to making your classes implement INotifyPropertyChanged, there are a few edge cases where the interface is used outside of a DataBinding context, but if you were working in those areas you’ll quickly find that out for yourself.

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

Sidebar

Related Questions

I have found this example on StackOverflow: var people = new List<Person> { new
I have a BindingList<> of a class set to the DataSource property of a
This a data binding question in C#. I have a simple Person class: public
I have a class which inherits from BindingList to apply sorting to a bindinglist.
I have a WPF ListView that is bound to a BindingList<T>. The binding works
So, I have a DataGridView using as datasource a BindingList DataGridView.DataSource = new BindingList<Car>{...}
Have you guys had any experiences (positive or negative) by placing your source code/solution
I have a BindingList of type User, the User object has several properties (UserName,
I have a BindingList(T) that I am displaying in a DataGrid . I'm watching
I have a BindingList which is the data source for a Bindingsource, which in

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.