Re: [Mono-winforms-list] [PATCH] MWF2 EventHandler Changes

2006-07-05 Thread Atsushi Eno
Hi, > Would this break in NET_2_1 or NET_3_0? > Maybe if NET_1_0 OR NET_1_1 > > I am not sure what values are defined for the different versions (is there > a NET_1_x?). > But the 3.0 beta frame work is now availible, and it seems this would > revert back to 1.x behavour for that versi

Re: [Mono-winforms-list] [PATCH] MWF2 EventHandler Changes

2006-07-05 Thread Dennis Hayes
Would this break in NET_2_1 or NET_3_0? Maybe if NET_1_0 OR NET_1_1   I am not sure what values are defined for the different versions (is there a NET_1_x?). But the 3.0 beta frame work is now availible, and it seems this would revert back to 1.x behavour for that version.   Thanks, Dennis

[Mono-winforms-list] [PATCH] MWF2 EventHandler Changes

2006-07-05 Thread Jonathan Pobst
Removes Serializable from EventHandlers for MWF 2.0. Please review and commit. Thanks, Jon Index: ColumnClickEventHandler.cs === --- ColumnClickEventHandler.cs (revision 62112) +++ ColumnClickEventHandler.cs (working copy) @@ -29