Re: System.EventArgs event type
- From: Gabriel Burt <gabriel burt gmail com>
- To: John Russell <jjrussell gmail com>
- Cc: f-spot-list gnome org
- Subject: Re: System.EventArgs event type
- Date: Sat, 03 Dec 2005 13:40:10 -0600
On Sat, 2005-12-03 at 11:50 -0500, John Russell wrote:
> Can someone tell me how to tell what type of event called a handler.
> >From what I've been able to tell System.EventArgs is an empty class.
> So how can an event handler tell if an event showed up because a
> button was clicked or unclicked? Thanks.
If it's an event from a standard event type, you should be able to look
it up in monodoc. Otherwise, if you have the source you can look and
see what type of delegate the event is associated with, and look at its
signature.
Gabriel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]