<?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: Using Custom Validation Rules in WPF</title>
	<atom:link href="http://www.developingfor.net/wpf/using-custom-validation-rules-in-wpf.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.developingfor.net/wpf/using-custom-validation-rules-in-wpf.html</link>
	<description>Real World .NET Methods, Tricks, and Examples</description>
	<lastBuildDate>Thu, 02 Sep 2010 13:23:02 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Sarah Vessels</title>
		<link>http://www.developingfor.net/wpf/using-custom-validation-rules-in-wpf.html/comment-page-1#comment-10176</link>
		<dc:creator>Sarah Vessels</dc:creator>
		<pubDate>Wed, 01 Sep 2010 19:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/wpf/using-custom-validation-rules-in-wpf.html#comment-10176</guid>
		<description>One problem I found with ValidationRules in place of IDataErrorInfo is that passing a particular, non-static value to a ValidationRule via Binding is a pain in the butt.  I switched to using IDataErrorInfo because by the time I get into the this[string] property to assemble the error message, the rest of my IDataErrorInfo-implementing instance is filled out with the dynamic data I need, so no Binding is necessary to pass it along.</description>
		<content:encoded><![CDATA[<p>One problem I found with ValidationRules in place of IDataErrorInfo is that passing a particular, non-static value to a ValidationRule via Binding is a pain in the butt.  I switched to using IDataErrorInfo because by the time I get into the this[string] property to assemble the error message, the rest of my IDataErrorInfo-implementing instance is filled out with the dynamic data I need, so no Binding is necessary to pass it along.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop &#8211; October 14, 2009 &#124; Alvin Ashcraft&#39;s Morning Dew</title>
		<link>http://www.developingfor.net/wpf/using-custom-validation-rules-in-wpf.html/comment-page-1#comment-9897</link>
		<dc:creator>Dew Drop &#8211; October 14, 2009 &#124; Alvin Ashcraft&#39;s Morning Dew</dc:creator>
		<pubDate>Wed, 14 Oct 2009 13:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/wpf/using-custom-validation-rules-in-wpf.html#comment-9897</guid>
		<description>[...] Using Custom Validation Rules in WPF (Joel Cochran) [...]</description>
		<content:encoded><![CDATA[<p>[...] Using Custom Validation Rules in WPF (Joel Cochran) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
