1. Computing

How to Raise an Event in an Inherited Class

From Dan Mabbutt, About.com GuideJune 16, 2012

Follow me on:

One of the main breakthrough differences that made PC's different from mainframes (Trust me on this. I worked on mainframes for years.) is the change from procedural programming to event-driven programming. VB.NET is completely event-driven. In fact, the original Visual Basic has a great claim to the honor of being the programming language that brought event-driven programming to the mainstream.

Since triggering events is so important, you should be able to do it from an inherited class ... but you can't. Not directly, at least. But you can do it indirectly. A new Quick Tip on the site explains how.

 How to Raise an Event in an Inherited Class

Comments
No comments yet. Leave a Comment
Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>
Top Related Searches bado saturday june

©2013 About.com. All rights reserved.