Getback Event Handler

G

Guest

To add a Event Handler
You create a method

private void x(object sender, System.EventArgs e)

you want to add this Event Handler to a Button click and you have a button
say btn.

So you write btn.Click += ......

Is there any way to get back "x" the name of the Event handler? .Net does it.
I just want to know how.

I am using .Net 1.1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top