<?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: Validating properties in a PropertyGrid control</title>
	<atom:link href="http://devintelligence.com/2007/01/validating-properties-in-a-propertygrid-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://devintelligence.com/2007/01/validating-properties-in-a-propertygrid-control/</link>
	<description>Random thoughts about .Net development</description>
	<lastBuildDate>Fri, 13 Apr 2012 07:11:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Don Jose</title>
		<link>http://devintelligence.com/2007/01/validating-properties-in-a-propertygrid-control/comment-page-1/#comment-499</link>
		<dc:creator>Don Jose</dc:creator>
		<pubDate>Thu, 15 Dec 2011 19:29:40 +0000</pubDate>
		<guid isPermaLink="false">/blogs/netadventures/archive/2007/01/27/validating-properties-in-a-propertygrid-control.aspx#comment-499</guid>
		<description>You will need to implement a TypeConverter and add it as an attribute to the class property of your object that is assigned to the PropertyGrid.

This link shows you how:
http://social.msdn.microsoft.com/forums/en-US/winforms/thread/afcd4dd5-5538-433b-8cac-78c081ee16b6/</description>
		<content:encoded><![CDATA[<p>You will need to implement a TypeConverter and add it as an attribute to the class property of your object that is assigned to the PropertyGrid.</p>
<p>This link shows you how:<br />
<a href="http://social.msdn.microsoft.com/forums/en-US/winforms/thread/afcd4dd5-5538-433b-8cac-78c081ee16b6/" rel="nofollow">http://social.msdn.microsoft.com/forums/en-US/winforms/thread/afcd4dd5-5538-433b-8cac-78c081ee16b6/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Ferroni</title>
		<link>http://devintelligence.com/2007/01/validating-properties-in-a-propertygrid-control/comment-page-1/#comment-100</link>
		<dc:creator>Andrea Ferroni</dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:12:47 +0000</pubDate>
		<guid isPermaLink="false">/blogs/netadventures/archive/2007/01/27/validating-properties-in-a-propertygrid-control.aspx#comment-100</guid>
		<description>...ok, but if I insert the letters in the numeric field, I get a type mismatch error.
That check happens before the PropertyValueChanged event.
How to intercept that check ?</description>
		<content:encoded><![CDATA[<p>&#8230;ok, but if I insert the letters in the numeric field, I get a type mismatch error.<br />
That check happens before the PropertyValueChanged event.<br />
How to intercept that check ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

