event handler

  • Thread starter Thread starter Mahesh Naik
  • Start date Start date
M

Mahesh Naik

Please help.
My bread is at stake.
How do i know if a event has a handler associated with it?.
I dont want to keep counters myself.
Please , if any reader can reply, sedn a direct reply mail also to
(e-mail address removed)
Mahesh Naik
 
[Posted and mailed]

Mahesh Naik said:
My bread is at stake.
How do i know if a event has a handler associated with it?.
I dont want to keep counters myself.

If this is in your own class, you can check whether or not the event
(or rather, the delegate field associated with the event) is null. If
it's not in your own class, you can't find out.
Please , if any reader can reply, sedn a direct reply mail also to
(e-mail address removed)

Newsgroups aren't a write-only medium. Please read where you post in
future.
 

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

Back
Top