<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Introduction To VB.NET Delegates</title>
	<link>http://vbnotebookfor.net/2007/08/24/introduction-to-vbnet-delegates/</link>
	<description>Articles on VB.NET and Software Development Team Leadership</description>
	<pubDate>Sat, 22 Nov 2008 06:09:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: David</title>
		<link>http://vbnotebookfor.net/2007/08/24/introduction-to-vbnet-delegates/#comment-1125</link>
		<author>David</author>
		<pubDate>Tue, 03 Jun 2008 17:53:43 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/08/24/introduction-to-vbnet-delegates/#comment-1125</guid>
		<description>Hi,
Indeed, very usefull article. It helped me better to understand the use of delegates. However, there is one thing that doesn't seem to work for me. I can give my delegates access to any function or procedure within another class as long as the delegate function as well as the target function are declared as public shared, not as private and the delegate is declared outside a custom class.
probably i'm looking over something here but i can't figured it out.

My target functions are within normal class (class.vb) and the delegate routine stands above this class but in the same file.
I invoke the delegate in a partial class on a code behind file (.aspx) and it works when as well delegate and routine are declared as public (shared).

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Indeed, very usefull article. It helped me better to understand the use of delegates. However, there is one thing that doesn&#8217;t seem to work for me. I can give my delegates access to any function or procedure within another class as long as the delegate function as well as the target function are declared as public shared, not as private and the delegate is declared outside a custom class.<br />
probably i&#8217;m looking over something here but i can&#8217;t figured it out.</p>
<p>My target functions are within normal class (class.vb) and the delegate routine stands above this class but in the same file.<br />
I invoke the delegate in a partial class on a code behind file (.aspx) and it works when as well delegate and routine are declared as public (shared).</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jfrankcarr</title>
		<link>http://vbnotebookfor.net/2007/08/24/introduction-to-vbnet-delegates/#comment-708</link>
		<author>jfrankcarr</author>
		<pubDate>Thu, 04 Oct 2007 12:52:21 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/08/24/introduction-to-vbnet-delegates/#comment-708</guid>
		<description>Thanks Awais

I'm glad you found it helpful.</description>
		<content:encoded><![CDATA[<p>Thanks Awais</p>
<p>I&#8217;m glad you found it helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Awais</title>
		<link>http://vbnotebookfor.net/2007/08/24/introduction-to-vbnet-delegates/#comment-705</link>
		<author>Awais</author>
		<pubDate>Thu, 04 Oct 2007 05:36:04 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/08/24/introduction-to-vbnet-delegates/#comment-705</guid>
		<description>Your article is great. It helped me very much in understanding of Delegates. Carry on. Take care.</description>
		<content:encoded><![CDATA[<p>Your article is great. It helped me very much in understanding of Delegates. Carry on. Take care.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
