The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Custom events in VB.Net

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Roy Osherove

Posts: 1807
Nickname: royo
Registered: Sep, 2003

Roy Osherove is a .Net consultant based in Israel
Custom events in VB.Net Posted: Jan 10, 2005 2:27 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Roy Osherove.
Original Post: Custom events in VB.Net
Feed Title: ISerializable
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/rosherove/Rss.aspx
Feed Description: Roy Osherove's persistent thoughts
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Roy Osherove
Latest Posts From ISerializable

Advertisement

I had a discussion going on with some folks regarding the fact that VB.Net does not have the equivalent of C# event accessors (the "add" and "remove" accessors you can declare inside an event declaration).

We thought this wasn't possible until Paul Vick blogged about the "Custom Event" declaration that will be available with VB.Net 2.0. That's really good news. Now you can handle various problems such as non-serializaed events in a safer manner, or use the EventHandlerList class to manage many events in your class. Very Nice.

Read: Custom events in VB.Net

Topic: VS 2005 Code Snippets for WSDL Previous Topic   Next Topic Topic: Alex Lowe coming to Cincinnati

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use