This snippet needs to be put in: C:\Users\USERNAME\Documents\Visual Studio 20##\Code Snippets\Visual C#\My Code Snippets\INotifyPropertyChanged.snippet
To use it in Visual Studio, just type notifyp and TAB once. Then a property with INotifyPropertyChanged will be generated accordingly. Remember to implement INotifyPropertyChanged for your class
(more…)