Blogs about: Inotifypropertychanged

Featured Blog

Implement INotifyPropertyChanged in Windows Forms and GridView

vivekcek wrote 3 weeks ago: The INotifyPropertyChanged interface is used to notify clients, typically binding clients, that a pr … more →

Tags: BindingList, BindingSource

Switching to MVVM Part 2

Zeeshan Amjad wrote 1 month ago: We saw one example to see how can we move the existing project using MVVM here. But those are just t … more →

Tags: Programming, WPF, C#, .NET, MVVM, Design Patterns, ICommand, mvvm, Command

#794 - A Better INotifyPropertyChanged Implementation2 comments

Sean wrote 2 months ago: When implementing INotifyPropertyChanged, you need to pass the property name as a string in the Prop … more →

Tags: Patterns, C#

#793 - Being Notified When an Object's Properties Change, Part II2 comments

Sean wrote 2 months ago: Once you’ve implemented the INotifyPropertyChanged interface in a class, you can subscribe to … more →

Tags: Patterns, C#, Properties

#792 - Being Notified When an Object's Properties Change, Part I3 comments

Sean wrote 2 months ago: If you write a class, there’s a pattern that you can implement, to let users of your class kno … more →

Tags: Patterns, C#, Properties

INotifyPropertyChanged Example

blogstreamer wrote 3 months ago: public class DemoCustomer : INotifyPropertyChanged { // These fields hold the values for the public … more →

INotifyPropertyChanged

blogstreamer wrote 3 months ago: Notifies clients that a property value has changed. This interface has only one member – the P … more →

Silverlight 5 Validation

Shubhan Chemburkar wrote 3 months ago: Here is a post on Silverlight validation from Steven Hollidge on #WINNING with C# Silverli … more →

Tags: Silverlight, Silverlight 2, Microsoft Silverlight, validation, INotifyDataErrorInfo

Windows Phone 8 Development – MVVM3 comments

Michael wrote 4 months ago: WP8 Development Serie 1. Introduction 2. Screen resolutions 3. MVVM (this post) 4. Localization I gu … more →

Tags: wp7, WP8, CallerMemberName, mvvm, ui, Windows Phone

Rich property support in WPF viewModels (part 3)

Benjamin wrote 4 months ago: It is important for a programmer to be critical of their own work. Sometimes you have invested a lot … more →

Tags: WPF, mvvm, viewmodel, .NET, C#

Rich property support in WPF viewModels (Part 2)

Benjamin wrote 5 months ago: In my last post I started some work on a basic implementation of JavaFX style properties for use in … more →

Tags: WPF, mvvm, DataBinding, viewmodel, .NET, C#

Rich property support in WPF viewModels

Benjamin wrote 6 months ago: I have recently been playing around with JavaFX and one of the things I love about it is the rich pr … more →

Tags: WPF, viewmodel, .NET, C#

MVVM in Windows 8 using GridView Part 1.

ABHIK MITRA wrote 6 months ago: There will be two parts to this article. First we will talk about the MVVM pattern in general and ho … more →

Tags: Microsoft, Windows RT, Windows Phone 8, Windows 8, windows store, windows rt, abhik, Mitra, Infosys

Dynamic data binding in Windows 8 Apps: INotifyPropertyChanged vs. BindableBase3 comments

molson504x wrote 7 months ago: Apps have a major dependency: data.  Specifically, displaying data in various forms.  Be it a ListBo … more →

Tags: technology, Windows 8, Microsoft, .NET, windows 8 apps, BindableBase, DataBinding, Data, updating

Best Programming Practices: Avoid Magic Strings when Implementing INotifyPropertyChanged Interface

Andrei Kosmynin wrote 9 months ago: This post will discuss alternative approaches to using “magic strings”, i.e. hardcoding names of cla … more →

Tags: Silverlight, Magic Strings, property name, lambda expressions

Navigation using a ViewModel2 comments

Benjamin wrote 10 months ago: An application that I am writing required the ability to allow navigation between viewModels (which … more →

Tags: WPF, mvvm, viewmodel, Navigation, .NET, C#

Clean code for implementing INotifyPropertyChanged

ilivedigitally wrote 1 year ago: In WPF, the most common way to synchronize between the model and view in WPF is using DataBinding. O … more →

Tags: WPF

ObservableCollection and IPropertyNotifyChanged

sladescross wrote 1 year ago: http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/26ce37cd-199d-406d-ad8f-acb60c10bde6/ These … more →

Tags: WPF, observable collection

WPF Fast Start

sladescross wrote 1 year ago: http://msdn.microsoft.com/en-us/library/ms748948.aspx#TheWindowClass System.Windows + XAML http://co … more →

Tags: WPF, validation, IDataErrorInfo


Related Tags
All →

Follow this tag via RSS