Click here to Skip to main content
15,885,365 members
Home / Discussions / C#
   

C#

 
GeneralRe: Event Handling Pin
Uwe Keim2-Jun-09 22:19
sitebuilderUwe Keim2-Jun-09 22:19 
GeneralRe: Event Handling Pin
J4amieC2-Jun-09 22:20
J4amieC2-Jun-09 22:20 
GeneralRe: Event Handling Pin
Uwe Keim2-Jun-09 22:29
sitebuilderUwe Keim2-Jun-09 22:29 
GeneralRe: Event Handling Pin
J4amieC2-Jun-09 23:57
J4amieC2-Jun-09 23:57 
AnswerRe: Event Handling Pin
Nagy Vilmos2-Jun-09 22:17
professionalNagy Vilmos2-Jun-09 22:17 
GeneralRe: Event Handling Pin
J4amieC2-Jun-09 22:19
J4amieC2-Jun-09 22:19 
GeneralRe: Event Handling Pin
Nagy Vilmos2-Jun-09 22:27
professionalNagy Vilmos2-Jun-09 22:27 
GeneralRe: Event Handling Pin
S. Senthil Kumar2-Jun-09 23:00
S. Senthil Kumar2-Jun-09 23:00 
Nagy Vilmos wrote:
By default, each control has a unique set of event handlers.
The event handlers will be named _ so there is no reuse.


Actually, each control exposes a set of events, not event handlers. And the event handlers aren't generated "by default", you'll have to use the designer to generate them or write them in code.

Your statement would be true only if Visual Studio for some reason generated all event handlers for all events whenever you add a control to a form.


Nagy Vilmos wrote:
You can overrirde the hadler to be used
A few spilling mistakes; but who cares.


Typically, you don't override the handler, unless you're talking about overriding OnXXX methods, like OnKeyPress. Instead, you subscribe to event handlers.

Don't get me wrong, I get what you're trying to convey, but you're using the wrong terms, and that might confuse beginners.

Regards
Senthil [MVP - Visual C#]
_____________________________
My Home Page |My Blog | My Articles | My Flickr | WinMacro

GeneralRe: Event Handling Pin
Nagy Vilmos2-Jun-09 23:30
professionalNagy Vilmos2-Jun-09 23:30 
GeneralRe: Event Handling Pin
molesworth2-Jun-09 22:27
molesworth2-Jun-09 22:27 
AnswerRe: Event Handling Pin
Pete O'Hanlon2-Jun-09 22:20
mvePete O'Hanlon2-Jun-09 22:20 
Questionrun script on remote machine Pin
arkiboys2-Jun-09 21:47
arkiboys2-Jun-09 21:47 
AnswerRe: run script on remote machine Pin
EliottA3-Jun-09 2:51
EliottA3-Jun-09 2:51 
GeneralRe: run script on remote machine Pin
arkiboys3-Jun-09 3:09
arkiboys3-Jun-09 3:09 
GeneralRe: run script on remote machine Pin
EliottA3-Jun-09 3:12
EliottA3-Jun-09 3:12 
QuestionIs there iges model/file show UIControl or code? Pin
BegtostudyBoy2-Jun-09 21:42
BegtostudyBoy2-Jun-09 21:42 
AnswerRe: Is there iges model/file show UIControl or code? Pin
Pete O'Hanlon2-Jun-09 22:04
mvePete O'Hanlon2-Jun-09 22:04 
GeneralRe: Is there iges model/file show UIControl or code? Pin
BegtostudyBoy2-Jun-09 22:08
BegtostudyBoy2-Jun-09 22:08 
Questionhow to implement iframes in window application using c# Pin
lakshmichawala2-Jun-09 21:23
lakshmichawala2-Jun-09 21:23 
AnswerRe: how to implement iframes in window application using c# Pin
Christian Graus2-Jun-09 21:28
protectorChristian Graus2-Jun-09 21:28 
GeneralRe: how to implement iframes in window application using c# Pin
lakshmichawala2-Jun-09 21:32
lakshmichawala2-Jun-09 21:32 
GeneralRe: how to implement iframes in window application using c# Pin
Pete O'Hanlon2-Jun-09 21:33
mvePete O'Hanlon2-Jun-09 21:33 
GeneralRe: how to implement iframes in window application using c# Pin
lakshmichawala2-Jun-09 21:47
lakshmichawala2-Jun-09 21:47 
GeneralRe: how to implement iframes in window application using c# Pin
Pete O'Hanlon2-Jun-09 21:53
mvePete O'Hanlon2-Jun-09 21:53 
GeneralRe: how to implement iframes in window application using c# Pin
Christian Graus2-Jun-09 21:35
protectorChristian Graus2-Jun-09 21:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.