<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : validate not fired?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : validate not fired?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 24 May 2026 17:05:49 +0000</pubDate>
  <lastBuildDate>Wed, 06 Jun 2007 04:57:24 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=7314</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[validate not fired? : Why the validate event is not...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7314&amp;PID=23464&amp;title=validate-not-fired#23464</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2720">Albert1</a><br /><strong>Subject:</strong> 7314<br /><strong>Posted:</strong> 06 June 2007 at 4:57am<br /><br />Why the validate event is not fired when I leave propertygrid by pressing the Tab key?.<br><br>In this example I have a propertygrid and a textbox<br><br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub Form_Load()<br>Dim Item As PropertyGridItem<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; With PropertyGrid1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddCategory "Category"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Categories(1).Expanded = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Item = .Categories(1).AddChildItem(PropertyItemString, "Item")<br>&nbsp;&nbsp;&nbsp; End With<br>End Sub<br><br>Private Sub PropertyGrid1_Validate(Cancel As Boolean)<br>Stop<br>End Sub<br></pre></td></tr></table><br><br>Check it! All is ok with the mouse. With keyboard the program never stops. <br>Alberto<br><br>]]>
   </description>
   <pubDate>Wed, 06 Jun 2007 04:57:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7314&amp;PID=23464&amp;title=validate-not-fired#23464</guid>
  </item> 
 </channel>
</rss>