Basic GUI Event Handling Questions C#

Posted by JHarley1 on Stack Overflow See other posts from Stack Overflow or by JHarley1
Published on 2010-12-21T14:50:46Z Indexed on 2010/12/21 14:54 UTC
Read the original article Hit count: 240

Filed under:
|
|
|

Good Afternoon,

I have some very basic questions on GUI Event Handling. Firstly with C# how can we link events to objects - I am guessing event handlers? If so can each handler use separate code? - How can the event handler locate the objects it must manipulate?

I have a rough idea of how it works in JAVA. Pointing me towards a reference would be fine - I have already trawled Google for answers to no avail.

Many Thanks, J

© Stack Overflow or respective owner

Related posts about c#

Related posts about events