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 _______________________________________________ F-spot-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/f-spot-list
