<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: INotifyPropertyChanged with PostSharp 1.5</title>
	<atom:link href="http://www.lesnikowski.com/blog/inotifypropertychanged-with-postsharp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lesnikowski.com/blog/inotifypropertychanged-with-postsharp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=inotifypropertychanged-with-postsharp</link>
	<description>EMAIL IMAP POP3 SMTP FTP FTPS barcode components blog</description>
	<lastBuildDate>Mon, 23 Jan 2012 18:49:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: TimothyP</title>
		<link>http://www.lesnikowski.com/blog/inotifypropertychanged-with-postsharp/#comment-6</link>
		<dc:creator>TimothyP</dc:creator>
		<pubDate>Mon, 22 Aug 2011 05:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesnikowski.com/blog/?p=14#comment-6</guid>
		<description>Thnx for the example... seen other examples out there much more complicated to start out with. One thing I&#039;d like to note is that you could use &quot;dynamic instance = args.Instance;&quot; to expand the use to anything that has an OnPropertyChanged(string); method. For example I have objects that need change notification.</description>
		<content:encoded><![CDATA[<p>Thnx for the example&#8230; seen other examples out there much more complicated to start out with. One thing I&#8217;d like to note is that you could use &#8220;dynamic instance = args.Instance;&#8221; to expand the use to anything that has an OnPropertyChanged(string); method. For example I have objects that need change notification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: INotifyPropertyChanged with custom targets</title>
		<link>http://www.lesnikowski.com/blog/inotifypropertychanged-with-postsharp/#comment-5</link>
		<dc:creator>INotifyPropertyChanged with custom targets</dc:creator>
		<pubDate>Tue, 24 May 2011 08:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesnikowski.com/blog/?p=14#comment-5</guid>
		<description>[...] can use  PostSharp for that, you should at least use lambda expressions instead of [...] </description>
		<content:encoded><![CDATA[<p>[...] can use  PostSharp for that, you should at least use lambda expressions instead of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lesnikowski blog » Blog Archive » INotifyPropertyChanged with lambdas</title>
		<link>http://www.lesnikowski.com/blog/inotifypropertychanged-with-postsharp/#comment-4</link>
		<dc:creator>Lesnikowski blog » Blog Archive » INotifyPropertyChanged with lambdas</dc:creator>
		<pubDate>Tue, 16 Feb 2010 21:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesnikowski.com/blog/?p=14#comment-4</guid>
		<description>[...] One that I particularly like is by using PostSharp to implement INotifyPropertyChanged. [...] </description>
		<content:encoded><![CDATA[<p>[...] One that I particularly like is by using PostSharp to implement INotifyPropertyChanged. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pawel Lesnikowski</title>
		<link>http://www.lesnikowski.com/blog/inotifypropertychanged-with-postsharp/#comment-3</link>
		<dc:creator>Pawel Lesnikowski</dc:creator>
		<pubDate>Tue, 15 Sep 2009 21:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesnikowski.com/blog/?p=14#comment-3</guid>
		<description>Yes, you can put the attribute on the class level.
In such case all class properties will raise appropriate PropertyChanged events.

Although I think that in PostSharp 1.5 it can not be the base class - PostSharp attributes are not inherited.</description>
		<content:encoded><![CDATA[<p>Yes, you can put the attribute on the class level.<br />
In such case all class properties will raise appropriate PropertyChanged events.</p>
<p>Although I think that in PostSharp 1.5 it can not be the base class &#8211; PostSharp attributes are not inherited.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin Obel</title>
		<link>http://www.lesnikowski.com/blog/inotifypropertychanged-with-postsharp/#comment-2</link>
		<dc:creator>Marcin Obel</dc:creator>
		<pubDate>Tue, 15 Sep 2009 19:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesnikowski.com/blog/?p=14#comment-2</guid>
		<description>Does the PostSharp allow to put such attribute on class definition instead of property?
It would be nice to have this attribute on base ViewModel and nothing on properties (less work and convention over configuration at the same time).</description>
		<content:encoded><![CDATA[<p>Does the PostSharp allow to put such attribute on class definition instead of property?<br />
It would be nice to have this attribute on base ViewModel and nothing on properties (less work and convention over configuration at the same time).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

