At 12:21 PM 10/03/2006 -0600, Mike Kestner wrote:
[snip]
>updated.  There are no guarantees that your event handler will run first
>even though it is added to the event before any user handlers.  That's
>the nature of .Net events.

This is untrue. Events are defined by the standards in terms of delegates,
specifically with the default add_ and remove_ events invoking the delegate
add & remove operations, and delegate add & remove operations guarantee the
order of tems in the invocation list.

See page 378 of:

http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-334.pdf

(the page is labelled "358", but, at least in my PDF viewer, it is the
378th page, and the 2nd page after the 22.1 section header)

Jonathan Gilbert
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to