Saturday, March 15, 2008

Creating Events for a Class in VB.NET

I have found the ability to create and raise events in a class to be a very useful feature of .NET. It also turns out to be very easy to implement.

I could provide an example here, but I will instead point to a good example I have found:

http://www.devsource.com/c/a/Using-VS/Using-Class-Events-in-VBNet/

No comments: