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

  • Home
  • SEARCH
  • 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 7062707
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T04:37:35+00:00 2026-05-28T04:37:35+00:00

In this code I noticed the .Notify method is an extension method. Why and

  • 0

In this code I noticed the .Notify method is an extension method. Why and what is the code behind this method?

public class Notifier : INotifyPropertyChanged
{
    public event PropertyChangedEventHandler PropertyChanged;

    (...)

    public void NotifyPropertyChanged(Expression<Func<object>> property)
    {
        this.PropertyChanged.Notify(property);
    }
}
  • 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-28T04:37:36+00:00Added an answer on May 28, 2026 at 4:37 am

    This extension method isn’t provided by the .NET framework. Therefore, it is a custom extension method created somewhere in your code. To know what exactly it does, navigate to it and look at the source code (F12).

    Generally speaking, I assume it will raise the PropertyChanged event with the property name extracted from the expression that is passed to it.

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

Sidebar

Related Questions

I noticed this the other day, say you have two overloaded methods: public void
Hey! I was looking at this code at http://www.gnu.org/software/m68hc11/examples/primes_8c-source.html I noticed that in some
I was just writing some quick code and noticed this complier error Using the
This code produces a FileNotFoundException, but ultimately runs without issue: void ReadXml() { XmlSerializer
I was looking around some pdf's from a university class and I noticed this
I noticed this situation in my code (unfortunately), and was able to duplicate it
I was just looking over EveryBlock's source code and I noticed this code in
This is a preference question I'm sure. EDIT Recently, I've noticed this code in
I noticed this code when i was playing around with smallbasic showing it to
I was playing around with this code. http://programmersvoice.com/tag/code And I noticed that the following

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.